mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
add lsl constant CLICK_ACTION_IGNORE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user