Add CLICK_ACTION_ZOOM

Add support for V2/3 CLICK_ACTION_ZOOM to llSetClickAction
connector_plugin
BlueWall 2012-10-20 04:28:58 -04:00
parent f7dcd33008
commit 2aac113ac1
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_PLAY = 5;
public const int CLICK_ACTION_OPEN_MEDIA = 6;
public const int CLICK_ACTION_ZOOM = 7;
// constants for the llDetectedTouch* functions
public const int TOUCH_INVALID_FACE = -1;