Merge branch 'master' into lickx

This commit is contained in:
lickx
2026-02-07 06:47:30 +01:00

View File

@@ -789,6 +789,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int CLICK_ACTION_OPEN_MEDIA = 6;
public const int CLICK_ACTION_ZOOM = 7;
public const int CLICK_ACTION_DISABLED = 8;
public const int CLICK_ACTION_IGNORE = 9;
// constants for the llDetectedTouch* functions
public const int TOUCH_INVALID_FACE = -1;