2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name= "@GlobalScope" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
Global scope constants and variables.
</brief_description>
<description >
Global scope constants and variables. This is all that resides in the globals, constants regarding error codes, scancodes, property hints, etc. It's not much.
Singletons are also documented here, since they can be accessed from anywhere.
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
</methods>
<members >
2017-09-13 08:49:40 +02:00
<member name= "ARVRServer" type= "ARVRServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[ARVRServer] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "AudioServer" type= "AudioServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[AudioServer] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "ClassDB" type= "ClassDB" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[ClassDB] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "Engine" type= "Engine" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Engine] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "Geometry" type= "Geometry" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Geometry] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "IP" type= "IP" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[IP] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "Input" type= "Input" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Input] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "InputMap" type= "InputMap" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[InputMap] singleton
</member>
2017-09-17 18:57:13 +02:00
<member name= "JSON" type= "JSON" setter= "" getter= "" >
2017-10-23 01:46:46 +02:00
[JSON] singleton
2017-09-17 18:57:13 +02:00
</member>
2017-11-16 01:33:48 +01:00
<member name= "JavaScript" type= "JavaScript" setter= "" getter= "" >
2018-01-16 00:15:04 +01:00
[JavaScript] singleton
2017-11-16 01:33:48 +01:00
</member>
2017-09-13 08:49:40 +02:00
<member name= "Marshalls" type= "Reference" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Marshalls] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "OS" type= "OS" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[OS] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "Performance" type= "Performance" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Performance] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "Physics2DServer" type= "Physics2DServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[Physics2DServer] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "PhysicsServer" type= "PhysicsServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[PhysicsServer] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "ProjectSettings" type= "ProjectSettings" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[ProjectSettings] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "ResourceLoader" type= "ResourceLoader" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[ResourceLoader] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "ResourceSaver" type= "ResourceSaver" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[ResourceSaver] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "TranslationServer" type= "TranslationServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[TranslationServer] singleton
</member>
2017-11-24 09:16:27 +01:00
<member name= "VisualScriptEditor" type= "VisualScriptEditor" setter= "" getter= "" >
[VisualScriptEditor] singleton
</member>
2017-09-13 08:49:40 +02:00
<member name= "VisualServer" type= "VisualServer" setter= "" getter= "" >
2017-09-12 22:42:36 +02:00
[VisualServer] singleton
</member>
</members>
<constants >
2017-11-24 23:16:30 +01:00
<constant name= "MARGIN_LEFT" value= "0" enum= "Margin" >
2017-09-12 22:42:36 +02:00
Left margin, used usually for [Control] or [StyleBox] derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "MARGIN_TOP" value= "1" enum= "Margin" >
2017-09-12 22:42:36 +02:00
Top margin, used usually for [Control] or [StyleBox] derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "MARGIN_RIGHT" value= "2" enum= "Margin" >
2017-09-12 22:42:36 +02:00
Right margin, used usually for [Control] or [StyleBox] derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "MARGIN_BOTTOM" value= "3" enum= "Margin" >
2017-09-12 22:42:36 +02:00
Bottom margin, used usually for [Control] or [StyleBox] derived classes.
</constant>
2018-01-03 13:45:03 +01:00
<constant name= "CORNER_TOP_LEFT" value= "0" enum= "Corner" >
</constant>
<constant name= "CORNER_TOP_RIGHT" value= "1" enum= "Corner" >
</constant>
<constant name= "CORNER_BOTTOM_RIGHT" value= "2" enum= "Corner" >
</constant>
<constant name= "CORNER_BOTTOM_LEFT" value= "3" enum= "Corner" >
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "VERTICAL" value= "1" enum= "Orientation" >
2017-09-12 22:42:36 +02:00
General vertical alignment, used usually for [Separator], [ScrollBar], [Slider], etc.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "HORIZONTAL" value= "0" enum= "Orientation" >
2017-09-12 22:42:36 +02:00
General horizontal alignment, used usually for [Separator], [ScrollBar], [Slider], etc.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "HALIGN_LEFT" value= "0" enum= "HAlign" >
2017-09-12 22:42:36 +02:00
Horizontal left alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "HALIGN_CENTER" value= "1" enum= "HAlign" >
2017-09-12 22:42:36 +02:00
Horizontal center alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "HALIGN_RIGHT" value= "2" enum= "HAlign" >
2017-09-12 22:42:36 +02:00
Horizontal right alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "VALIGN_TOP" value= "0" enum= "VAlign" >
2017-09-12 22:42:36 +02:00
Vertical top alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "VALIGN_CENTER" value= "1" enum= "VAlign" >
2017-09-12 22:42:36 +02:00
Vertical center alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "VALIGN_BOTTOM" value= "2" enum= "VAlign" >
2017-09-12 22:42:36 +02:00
Vertical bottom alignment, usually for text-derived classes.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "SPKEY" value= "16777216" >
2017-09-12 22:42:36 +02:00
Scancodes with this bit applied are non printable.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ESCAPE" value= "16777217" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Escape Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_TAB" value= "16777218" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Tab Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BACKTAB" value= "16777219" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Shift-Tab Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BACKSPACE" value= "16777220" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Backspace Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ENTER" value= "16777221" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Return Key (On Main Keyboard)
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_ENTER" value= "16777222" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Enter Key (On Numpad)
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_INSERT" value= "16777223" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Insert Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DELETE" value= "16777224" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Delete Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PAUSE" value= "16777225" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Pause Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PRINT" value= "16777226" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Printscreen Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SYSREQ" value= "16777227" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
System Request Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CLEAR" value= "16777228" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Clear Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HOME" value= "16777229" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Home Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_END" value= "16777230" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
End Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LEFT" value= "16777231" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Left Arrow Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UP" value= "16777232" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Up Arrow Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_RIGHT" value= "16777233" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Right Arrow Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DOWN" value= "16777234" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Down Arrow Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PAGEUP" value= "16777235" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Pageup Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PAGEDOWN" value= "16777236" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Pagedown Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SHIFT" value= "16777237" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Shift Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CONTROL" value= "16777238" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Control Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_META" value= "16777239" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Meta Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ALT" value= "16777240" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Alt Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CAPSLOCK" value= "16777241" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Capslock Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_NUMLOCK" value= "16777242" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Numlock Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SCROLLLOCK" value= "16777243" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Scrolllock Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F1" value= "16777244" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F1 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F2" value= "16777245" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F2 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F3" value= "16777246" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F3 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F4" value= "16777247" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F4 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F5" value= "16777248" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F5 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F6" value= "16777249" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F6 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F7" value= "16777250" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F7 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F8" value= "16777251" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F8 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F9" value= "16777252" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F9 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F10" value= "16777253" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F10 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F11" value= "16777254" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F11 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F12" value= "16777255" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F12 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F13" value= "16777256" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F13 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F14" value= "16777257" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F14 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F15" value= "16777258" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F15 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F16" value= "16777259" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F16 Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_MULTIPLY" value= "16777345" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Multiply Key on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_DIVIDE" value= "16777346" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Divide Key on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_SUBTRACT" value= "16777347" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Subtract Key on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_PERIOD" value= "16777348" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Period Key on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_ADD" value= "16777349" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Add Key on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_0" value= "16777350" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 0 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_1" value= "16777351" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 1 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_2" value= "16777352" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 2 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_3" value= "16777353" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 3 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_4" value= "16777354" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 4 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_5" value= "16777355" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 5 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_6" value= "16777356" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 6 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_7" value= "16777357" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 7 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_8" value= "16777358" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 8 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_KP_9" value= "16777359" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 9 on Numpad
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SUPER_L" value= "16777260" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Left Super Key (Windows Key)
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SUPER_R" value= "16777261" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Right Super Key (Windows Key)
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MENU" value= "16777262" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Context menu key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HYPER_L" value= "16777263" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Left Hyper Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HYPER_R" value= "16777264" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Right Hyper Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HELP" value= "16777265" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Help key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DIRECTION_L" value= "16777266" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Left Direction Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DIRECTION_R" value= "16777267" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Right Direction Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BACK" value= "16777280" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Back key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_FORWARD" value= "16777281" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Forward key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_STOP" value= "16777282" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Stop key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_REFRESH" value= "16777283" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Refresh key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_VOLUMEDOWN" value= "16777284" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Volume down key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_VOLUMEMUTE" value= "16777285" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Mute volume key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_VOLUMEUP" value= "16777286" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Volume up key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BASSBOOST" value= "16777287" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Bass Boost Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BASSUP" value= "16777288" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Bass Up Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BASSDOWN" value= "16777289" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Bass Down Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_TREBLEUP" value= "16777290" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Treble Up Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_TREBLEDOWN" value= "16777291" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Treble Down Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MEDIAPLAY" value= "16777292" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Media play key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MEDIASTOP" value= "16777293" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Media stop key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MEDIAPREVIOUS" value= "16777294" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Previous song key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MEDIANEXT" value= "16777295" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Next song key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MEDIARECORD" value= "16777296" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Media record key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HOMEPAGE" value= "16777297" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Home page key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_FAVORITES" value= "16777298" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Favorites key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SEARCH" value= "16777299" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Search key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_STANDBY" value= "16777300" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Standby Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OPENURL" value= "16777301" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Open URL / Launch Browser Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHMAIL" value= "16777302" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Mail Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHMEDIA" value= "16777303" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Media Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH0" value= "16777304" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 0 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH1" value= "16777305" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 1 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH2" value= "16777306" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 2 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH3" value= "16777307" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 3 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH4" value= "16777308" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 4 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH5" value= "16777309" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 5 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH6" value= "16777310" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 6 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH7" value= "16777311" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 7 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH8" value= "16777312" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 8 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCH9" value= "16777313" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut 9 Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHA" value= "16777314" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut A Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHB" value= "16777315" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut B Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHC" value= "16777316" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut C Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHD" value= "16777317" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut D Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHE" value= "16777318" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut E Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LAUNCHF" value= "16777319" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Launch Shortcut F Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UNKNOWN" value= "33554431" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Unknown Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SPACE" value= "32" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Space Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EXCLAM" value= "33" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
! key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_QUOTEDBL" value= "34" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
" key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_NUMBERSIGN" value= "35" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
# key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DOLLAR" value= "36" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
$ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PERCENT" value= "37" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
% key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_AMPERSAND" value= "38" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
& key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_APOSTROPHE" value= "39" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
' key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PARENLEFT" value= "40" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
( key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PARENRIGHT" value= "41" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
) key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ASTERISK" value= "42" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
* key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PLUS" value= "43" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
+ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_COMMA" value= "44" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
, key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MINUS" value= "45" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
- key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PERIOD" value= "46" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
. key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SLASH" value= "47" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
/ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_0" value= "48" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 0
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_1" value= "49" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 1
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_2" value= "50" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 2
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_3" value= "51" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 3
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_4" value= "52" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 4
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_5" value= "53" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 5
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_6" value= "54" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 6
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_7" value= "55" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 7
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_8" value= "56" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 8
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_9" value= "57" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Number 9
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_COLON" value= "58" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
: key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SEMICOLON" value= "59" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
; key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_LESS" value= "60" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Lower than key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EQUAL" value= "61" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
= key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_GREATER" value= "62" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Greater than key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_QUESTION" value= "63" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
? key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_AT" value= "64" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
@ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_A" value= "65" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
A Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_B" value= "66" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
B Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_C" value= "67" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
C Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_D" value= "68" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
D Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_E" value= "69" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
E Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_F" value= "70" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
F Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_G" value= "71" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
G Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_H" value= "72" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
H Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_I" value= "73" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
I Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_J" value= "74" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
J Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_K" value= "75" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
K Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_L" value= "76" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
L Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_M" value= "77" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
M Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_N" value= "78" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
N Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_O" value= "79" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
O Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_P" value= "80" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
P Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_Q" value= "81" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Q Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_R" value= "82" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
R Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_S" value= "83" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
S Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_T" value= "84" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
T Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_U" value= "85" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
U Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_V" value= "86" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
V Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_W" value= "87" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
W Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_X" value= "88" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
X Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_Y" value= "89" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Y Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_Z" value= "90" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
Z Key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BRACKETLEFT" value= "91" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
[ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BACKSLASH" value= "92" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
\ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BRACKETRIGHT" value= "93" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
] key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ASCIICIRCUM" value= "94" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
^ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UNDERSCORE" value= "95" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
_ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_QUOTELEFT" value= "96" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Left Quote Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BRACELEFT" value= "123" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
{ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BAR" value= "124" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
| key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BRACERIGHT" value= "125" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
} key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ASCIITILDE" value= "126" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
~ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_NOBREAKSPACE" value= "160" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EXCLAMDOWN" value= "161" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CENT" value= "162" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
¢ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_STERLING" value= "163" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CURRENCY" value= "164" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_YEN" value= "165" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Yen Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_BROKENBAR" value= "166" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
¦ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SECTION" value= "167" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
§ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DIAERESIS" value= "168" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
¨ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_COPYRIGHT" value= "169" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
© key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ORDFEMININE" value= "170" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_GUILLEMOTLEFT" value= "171" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
« key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_NOTSIGN" value= "172" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
» key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_HYPHEN" value= "173" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
‐ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_REGISTERED" value= "174" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
® key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MACRON" value= "175" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Macron Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DEGREE" value= "176" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
° key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PLUSMINUS" value= "177" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
± key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_TWOSUPERIOR" value= "178" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
² key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_THREESUPERIOR" value= "179" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
³ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ACUTE" value= "180" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
´ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MU" value= "181" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
µ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PARAGRAPH" value= "182" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
Paragraph Key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_PERIODCENTERED" value= "183" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
· key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CEDILLA" value= "184" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
¬ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ONESUPERIOR" value= "185" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
¹ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASCULINE" value= "186" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
♂ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_GUILLEMOTRIGHT" value= "187" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
» key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ONEQUARTER" value= "188" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
¼ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ONEHALF" value= "189" enum= "KeyList" >
2017-09-12 22:42:36 +02:00
½ key
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_THREEQUARTERS" value= "190" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
¾ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_QUESTIONDOWN" value= "191" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
¿ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_AGRAVE" value= "192" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
à key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_AACUTE" value= "193" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
á key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ACIRCUMFLEX" value= "194" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
â key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ATILDE" value= "195" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ã key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ADIAERESIS" value= "196" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ä key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ARING" value= "197" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
å key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_AE" value= "198" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
æ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CCEDILLA" value= "199" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ç key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EGRAVE" value= "200" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
è key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EACUTE" value= "201" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
é key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ECIRCUMFLEX" value= "202" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ê key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_EDIAERESIS" value= "203" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ë key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_IGRAVE" value= "204" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ì key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_IACUTE" value= "205" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
í key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ICIRCUMFLEX" value= "206" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
î key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_IDIAERESIS" value= "207" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ë key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ETH" value= "208" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ð key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_NTILDE" value= "209" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ñ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OGRAVE" value= "210" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ò key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OACUTE" value= "211" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ó key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OCIRCUMFLEX" value= "212" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ô key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OTILDE" value= "213" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
õ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_ODIAERESIS" value= "214" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ö key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MULTIPLY" value= "215" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
× key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_OOBLIQUE" value= "216" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ø key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UGRAVE" value= "217" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ù key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UACUTE" value= "218" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ú key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UCIRCUMFLEX" value= "219" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
û key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_UDIAERESIS" value= "220" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ü key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_YACUTE" value= "221" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ý key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_THORN" value= "222" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
þ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_SSHARP" value= "223" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ß key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_DIVISION" value= "247" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
÷ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_YDIAERESIS" value= "255" enum= "KeyList" >
2017-10-23 01:46:46 +02:00
ÿ key
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_CODE_MASK" value= "33554431" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Key Code Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MODIFIER_MASK" value= "-16777216" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Modifier Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_SHIFT" value= "33554432" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Shift Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_ALT" value= "67108864" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Alt Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_META" value= "134217728" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Meta Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_CTRL" value= "268435456" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
CTRL Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_CMD" value= "268435456" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
CMD Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_KPAD" value= "536870912" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Keypad Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "KEY_MASK_GROUP_SWITCH" value= "1073741824" enum= "KeyModifierMask" >
2017-10-23 01:46:46 +02:00
Group Switch Key Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_LEFT" value= "1" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Left Mouse Button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_RIGHT" value= "2" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Right Mouse Button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_MIDDLE" value= "3" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Middle Mouse Button
</constant>
2018-07-26 11:56:21 +02:00
<constant name= "BUTTON_XBUTTON1" value= "8" enum= "ButtonList" >
2018-09-28 16:31:04 +02:00
Extra Mouse Button 1
2018-07-26 11:56:21 +02:00
</constant>
<constant name= "BUTTON_XBUTTON2" value= "9" enum= "ButtonList" >
2018-09-28 16:31:04 +02:00
Extra Mouse Button 2
2018-07-26 11:56:21 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_WHEEL_UP" value= "4" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Mouse wheel up
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_WHEEL_DOWN" value= "5" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Mouse wheel down
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_WHEEL_LEFT" value= "6" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Mouse wheel left button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_WHEEL_RIGHT" value= "7" enum= "ButtonList" >
2017-09-12 22:42:36 +02:00
Mouse wheel right button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_MASK_LEFT" value= "1" enum= "ButtonList" >
2017-10-23 01:46:46 +02:00
Left Mouse Button Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_MASK_RIGHT" value= "2" enum= "ButtonList" >
2017-10-23 01:46:46 +02:00
Right Mouse Button Mask
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "BUTTON_MASK_MIDDLE" value= "4" enum= "ButtonList" >
2017-10-23 01:46:46 +02:00
Middle Mouse Button Mask
2017-09-12 22:42:36 +02:00
</constant>
2018-07-26 11:56:21 +02:00
<constant name= "BUTTON_MASK_XBUTTON1" value= "128" enum= "ButtonList" >
2018-09-28 16:31:04 +02:00
Extra Mouse Button 1 Mask
2018-07-26 11:56:21 +02:00
</constant>
<constant name= "BUTTON_MASK_XBUTTON2" value= "256" enum= "ButtonList" >
2018-09-28 16:31:04 +02:00
Extra Mouse Button 2 Mask
2018-07-26 11:56:21 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_0" value= "0" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 0
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_1" value= "1" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 1
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_2" value= "2" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 2
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_3" value= "3" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 3
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_4" value= "4" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 4
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_5" value= "5" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 5
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_6" value= "6" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 6
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_7" value= "7" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 7
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_8" value= "8" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 8
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_9" value= "9" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 9
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_10" value= "10" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 10
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_11" value= "11" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 11
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_12" value= "12" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 12
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_13" value= "13" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 13
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_14" value= "14" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 14
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_15" value= "15" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 15
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_BUTTON_MAX" value= "16" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button 16
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_SONY_CIRCLE" value= "1" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
DUALSHOCK circle button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_SONY_X" value= "0" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
DUALSHOCK X button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_SONY_SQUARE" value= "2" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
DUALSHOCK square button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_SONY_TRIANGLE" value= "3" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
DUALSHOCK triangle button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_XBOX_B" value= "1" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
XBOX controller B button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_XBOX_A" value= "0" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
XBOX controller A button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_XBOX_X" value= "2" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
XBOX controller X button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_XBOX_Y" value= "3" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
XBOX controller Y button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DS_A" value= "1" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
DualShock controller A button
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DS_B" value= "0" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
DualShock controller B button
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DS_X" value= "3" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
DualShock controller X button
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DS_Y" value= "2" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
DualShock controller Y button
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_SELECT" value= "10" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button Select
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_START" value= "11" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Button Start
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DPAD_UP" value= "12" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad DPad Up
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DPAD_DOWN" value= "13" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad DPad Down
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DPAD_LEFT" value= "14" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad DPad Left
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_DPAD_RIGHT" value= "15" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad DPad Right
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_L" value= "4" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Shoulder Button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_L2" value= "6" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Trigger
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_L3" value= "8" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Stick Click
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_R" value= "5" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Shoulder Button
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_R2" value= "7" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Trigger
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_R3" value= "9" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Stick Click
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_0" value= "0" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Stick Horizontal Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_1" value= "1" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Stick Vertical Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_2" value= "2" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Stick Horizontal Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_3" value= "3" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Stick Vertical Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_4" value= "4" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_5" value= "5" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_6" value= "6" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Trigger Analog Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_7" value= "7" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Trigger Analog Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_8" value= "8" enum= "JoystickList" >
2017-11-13 09:24:36 +01:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_9" value= "9" enum= "JoystickList" >
2017-11-13 09:24:36 +01:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_AXIS_MAX" value= "10" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_LX" value= "0" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Stick Horizontal Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_LY" value= "1" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Left Stick Vertical Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_RX" value= "2" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Stick Horizontal Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_RY" value= "3" enum= "JoystickList" >
2017-09-12 22:42:36 +02:00
Joypad Right Stick Vertical Axis
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_L2" value= "6" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
Joypad Left Analog Trigger
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "JOY_ANALOG_R2" value= "7" enum= "JoystickList" >
2017-10-23 01:46:46 +02:00
Joypad Right Analog Trigger
2017-09-12 22:42:36 +02:00
</constant>
2018-07-26 11:56:21 +02:00
<constant name= "MIDI_MESSAGE_NOTE_OFF" value= "8" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_NOTE_ON" value= "9" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_AFTERTOUCH" value= "10" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_CONTROL_CHANGE" value= "11" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_PROGRAM_CHANGE" value= "12" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_CHANNEL_PRESSURE" value= "13" enum= "MidiMessageList" >
</constant>
<constant name= "MIDI_MESSAGE_PITCH_BEND" value= "14" enum= "MidiMessageList" >
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "OK" value= "0" enum= "Error" >
2018-01-18 21:37:17 +01:00
Functions that return Error return OK when no error occurred. Most functions don't return errors and/or just print errors to STDOUT.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "FAILED" value= "1" enum= "Error" >
2017-10-23 01:46:46 +02:00
Generic error.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_UNAVAILABLE" value= "2" enum= "Error" >
2017-10-23 01:46:46 +02:00
Unavailable error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_UNCONFIGURED" value= "3" enum= "Error" >
2017-10-23 01:46:46 +02:00
Unconfigured error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_UNAUTHORIZED" value= "4" enum= "Error" >
2017-10-23 01:46:46 +02:00
Unauthorized error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_PARAMETER_RANGE_ERROR" value= "5" enum= "Error" >
2017-10-23 01:46:46 +02:00
Parameter range error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_OUT_OF_MEMORY" value= "6" enum= "Error" >
2017-10-23 01:46:46 +02:00
Out of memory (OOM) error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_NOT_FOUND" value= "7" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Not found error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_BAD_DRIVE" value= "8" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Bad drive error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_BAD_PATH" value= "9" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Bad path error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_NO_PERMISSION" value= "10" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: No permission error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_ALREADY_IN_USE" value= "11" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Already in use error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_CANT_OPEN" value= "12" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Can't open error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_CANT_WRITE" value= "13" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Can't write error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_CANT_READ" value= "14" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Can't read error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_UNRECOGNIZED" value= "15" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Unrecognized error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_CORRUPT" value= "16" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Corrupt error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_MISSING_DEPENDENCIES" value= "17" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: Missing dependencies error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_FILE_EOF" value= "18" enum= "Error" >
2017-10-23 01:46:46 +02:00
File: End of file (EOF) error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_CANT_OPEN" value= "19" enum= "Error" >
2017-10-23 01:46:46 +02:00
Can't open error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_CANT_CREATE" value= "20" enum= "Error" >
2017-10-23 01:46:46 +02:00
Can't create error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_PARSE_ERROR" value= "43" enum= "Error" >
2017-10-23 01:46:46 +02:00
Parse error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_QUERY_FAILED" value= "21" enum= "Error" >
2017-10-23 01:46:46 +02:00
Query failed error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_ALREADY_IN_USE" value= "22" enum= "Error" >
2017-10-23 01:46:46 +02:00
Already in use error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_LOCKED" value= "23" enum= "Error" >
2017-10-23 01:46:46 +02:00
Locked error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_TIMEOUT" value= "24" enum= "Error" >
2017-10-23 01:46:46 +02:00
Timeout error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_CANT_ACQUIRE_RESOURCE" value= "28" enum= "Error" >
2017-10-23 01:46:46 +02:00
Can't acquire resource error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_INVALID_DATA" value= "30" enum= "Error" >
2017-10-23 01:46:46 +02:00
Invalid data error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_INVALID_PARAMETER" value= "31" enum= "Error" >
2017-10-23 01:46:46 +02:00
Invalid parameter error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_ALREADY_EXISTS" value= "32" enum= "Error" >
2017-10-23 01:46:46 +02:00
Already exists error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_DOES_NOT_EXIST" value= "33" enum= "Error" >
2017-10-23 01:46:46 +02:00
Does not exist error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_DATABASE_CANT_READ" value= "34" enum= "Error" >
2017-10-23 01:46:46 +02:00
Database: Read error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_DATABASE_CANT_WRITE" value= "35" enum= "Error" >
2017-10-23 01:46:46 +02:00
Database: Write error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_COMPILATION_FAILED" value= "36" enum= "Error" >
2017-10-23 01:46:46 +02:00
Compilation failed error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_METHOD_NOT_FOUND" value= "37" enum= "Error" >
2017-10-23 01:46:46 +02:00
Method not found error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_LINK_FAILED" value= "38" enum= "Error" >
2017-10-23 01:46:46 +02:00
Linking failed error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_SCRIPT_FAILED" value= "39" enum= "Error" >
2017-10-23 01:46:46 +02:00
Script failed error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_CYCLIC_LINK" value= "40" enum= "Error" >
2017-10-23 01:46:46 +02:00
Cycling link (import cycle) error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_BUSY" value= "44" enum= "Error" >
2017-10-23 01:46:46 +02:00
Busy error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_HELP" value= "46" enum= "Error" >
2017-10-23 01:46:46 +02:00
Help error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "ERR_BUG" value= "47" enum= "Error" >
2017-10-23 01:46:46 +02:00
Bug error
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_NONE" value= "0" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
No hint for edited property.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_RANGE" value= "1" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
Hints that the string is a range, defined as "min,max" or "min,max,step". This is valid for integers and floats.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_EXP_RANGE" value= "2" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
Hints that the string is an exponential range, defined as "min,max" or "min,max,step". This is valid for integers and floats.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_ENUM" value= "3" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
Property hint for an enumerated value, like "Hello,Something,Else". This is valid for integer, float and string properties.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_EXP_EASING" value= "4" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_LENGTH" value= "5" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_KEY_ACCEL" value= "7" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_FLAGS" value= "8" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
Property hint for a bitmask description, for bits 0,1,2,3 and 5 the hint would be like "Bit0,Bit1,Bit2,Bit3,,Bit5". Valid only for integers.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_LAYERS_2D_RENDER" value= "9" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_LAYERS_2D_PHYSICS" value= "10" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_LAYERS_3D_RENDER" value= "11" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_LAYERS_3D_PHYSICS" value= "12" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_FILE" value= "13" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
String property is a file (so pop up a file dialog when edited). Hint string can be a set of wildcards like "*.doc".
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_DIR" value= "14" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
String property is a directory (so pop up a file dialog when edited).
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_GLOBAL_FILE" value= "15" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_GLOBAL_DIR" value= "16" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_RESOURCE_TYPE" value= "17" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
String property is a resource, so open the resource popup menu when edited.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_HINT_MULTILINE_TEXT" value= "18" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2018-08-21 00:35:30 +02:00
<constant name= "PROPERTY_HINT_PLACEHOLDER_TEXT" value= "19" enum= "PropertyHint" >
2017-09-12 22:42:36 +02:00
</constant>
2018-08-21 00:35:30 +02:00
<constant name= "PROPERTY_HINT_COLOR_NO_ALPHA" value= "20" enum= "PropertyHint" >
</constant>
<constant name= "PROPERTY_HINT_IMAGE_COMPRESS_LOSSY" value= "21" enum= "PropertyHint" >
2017-10-23 01:46:46 +02:00
Hints that the image is compressed using lossy compression.
2017-09-12 22:42:36 +02:00
</constant>
2018-08-21 00:35:30 +02:00
<constant name= "PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS" value= "22" enum= "PropertyHint" >
2017-10-23 01:46:46 +02:00
Hints that the image is compressed using lossless compression.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_STORAGE" value= "1" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
Property will be used as storage (default).
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_EDITOR" value= "2" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
Property will be visible in editor (default).
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_NETWORK" value= "4" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_EDITOR_HELPER" value= "8" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_CHECKABLE" value= "16" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_CHECKED" value= "32" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_INTERNATIONALIZED" value= "64" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_GROUP" value= "128" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_CATEGORY" value= "256" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_NO_INSTANCE_STATE" value= "2048" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_RESTART_IF_CHANGED" value= "4096" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_SCRIPT_VARIABLE" value= "8192" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_DEFAULT" value= "7" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
Default usage (storage and editor).
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "PROPERTY_USAGE_DEFAULT_INTL" value= "71" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2018-01-11 23:38:35 +01:00
<constant name= "PROPERTY_USAGE_NOEDITOR" value= "5" enum= "PropertyUsageFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_NORMAL" value= "1" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Flag for normal method
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_EDITOR" value= "2" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Flag for editor method
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_NOSCRIPT" value= "4" enum= "MethodFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_CONST" value= "8" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Flag for constant method
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_REVERSE" value= "16" enum= "MethodFlags" >
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_VIRTUAL" value= "32" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Flag for virtual method
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAG_FROM_SCRIPT" value= "64" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Flag for method from script
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "METHOD_FLAGS_DEFAULT" value= "1" enum= "MethodFlags" >
2017-10-23 01:46:46 +02:00
Default method flags
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_NIL" value= "0" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type nil (only applied for null).
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_BOOL" value= "1" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [bool].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_INT" value= "2" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [int].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_REAL" value= "3" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [float]/real.
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_STRING" value= "4" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [String].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_VECTOR2" value= "5" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Vector2].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_RECT2" value= "6" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Rect2].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_VECTOR3" value= "7" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Vector3].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_TRANSFORM2D" value= "8" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Transform2D].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_PLANE" value= "9" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Plane].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_QUAT" value= "10" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Quat].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_AABB" value= "11" enum= "Variant.Type" >
2017-11-17 03:09:00 +01:00
Variable is of type [AABB].
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_BASIS" value= "12" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Basis].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_TRANSFORM" value= "13" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Transform].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_COLOR" value= "14" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Color].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_NODE_PATH" value= "15" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [NodePath].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_RID" value= "16" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [RID].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_OBJECT" value= "17" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Object].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_DICTIONARY" value= "18" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Dictionary].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_ARRAY" value= "19" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [Array].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_RAW_ARRAY" value= "20" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolByteArray].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_INT_ARRAY" value= "21" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolIntArray].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_REAL_ARRAY" value= "22" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolRealArray].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_STRING_ARRAY" value= "23" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolStringArray].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_VECTOR2_ARRAY" value= "24" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolVector2Array].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_VECTOR3_ARRAY" value= "25" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolVector3Array].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_COLOR_ARRAY" value= "26" enum= "Variant.Type" >
2017-09-12 22:42:36 +02:00
Variable is of type [PoolColorArray].
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "TYPE_MAX" value= "27" enum= "Variant.Type" >
2017-10-23 01:46:46 +02:00
Marker for end of type constants.
2017-10-24 19:22:37 +02:00
</constant>
2018-01-03 13:45:03 +01:00
<constant name= "OP_EQUAL" value= "0" enum= "Variant.Operator" >
</constant>
<constant name= "OP_NOT_EQUAL" value= "1" enum= "Variant.Operator" >
</constant>
<constant name= "OP_LESS" value= "2" enum= "Variant.Operator" >
</constant>
<constant name= "OP_LESS_EQUAL" value= "3" enum= "Variant.Operator" >
</constant>
<constant name= "OP_GREATER" value= "4" enum= "Variant.Operator" >
</constant>
<constant name= "OP_GREATER_EQUAL" value= "5" enum= "Variant.Operator" >
</constant>
<constant name= "OP_ADD" value= "6" enum= "Variant.Operator" >
</constant>
<constant name= "OP_SUBTRACT" value= "7" enum= "Variant.Operator" >
</constant>
<constant name= "OP_MULTIPLY" value= "8" enum= "Variant.Operator" >
</constant>
<constant name= "OP_DIVIDE" value= "9" enum= "Variant.Operator" >
</constant>
<constant name= "OP_NEGATE" value= "10" enum= "Variant.Operator" >
</constant>
<constant name= "OP_POSITIVE" value= "11" enum= "Variant.Operator" >
</constant>
<constant name= "OP_MODULE" value= "12" enum= "Variant.Operator" >
</constant>
<constant name= "OP_STRING_CONCAT" value= "13" enum= "Variant.Operator" >
</constant>
<constant name= "OP_SHIFT_LEFT" value= "14" enum= "Variant.Operator" >
</constant>
<constant name= "OP_SHIFT_RIGHT" value= "15" enum= "Variant.Operator" >
</constant>
<constant name= "OP_BIT_AND" value= "16" enum= "Variant.Operator" >
</constant>
<constant name= "OP_BIT_OR" value= "17" enum= "Variant.Operator" >
</constant>
<constant name= "OP_BIT_XOR" value= "18" enum= "Variant.Operator" >
</constant>
<constant name= "OP_BIT_NEGATE" value= "19" enum= "Variant.Operator" >
</constant>
<constant name= "OP_AND" value= "20" enum= "Variant.Operator" >
</constant>
<constant name= "OP_OR" value= "21" enum= "Variant.Operator" >
</constant>
<constant name= "OP_XOR" value= "22" enum= "Variant.Operator" >
</constant>
<constant name= "OP_NOT" value= "23" enum= "Variant.Operator" >
</constant>
<constant name= "OP_IN" value= "24" enum= "Variant.Operator" >
</constant>
<constant name= "OP_MAX" value= "25" enum= "Variant.Operator" >
</constant>
2017-09-12 22:42:36 +02:00
</constants>
</class>