Add CLICK_ACTION_ZOOM

Add support for V2/3 CLICK_ACTION_ZOOM to llSetClickAction
integration
BlueWall 2012-10-20 04:28:58 -04:00
parent 9f6e26d31d
commit ffc6d0744c
1 changed files with 1 additions and 0 deletions

View File

@ -612,6 +612,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int CLICK_ACTION_OPEN = 4; public const int CLICK_ACTION_OPEN = 4;
public const int CLICK_ACTION_PLAY = 5; public const int CLICK_ACTION_PLAY = 5;
public const int CLICK_ACTION_OPEN_MEDIA = 6; public const int CLICK_ACTION_OPEN_MEDIA = 6;
public const int CLICK_ACTION_ZOOM = 7;
// constants for the llDetectedTouch* functions // constants for the llDetectedTouch* functions
public const int TOUCH_INVALID_FACE = -1; public const int TOUCH_INVALID_FACE = -1;