Difference between revisions of "HPL3/SOMA/Scripting/eImGuiAction"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...") |
|||
Line 30: | Line 30: | ||
| <code>eImGuiAction_LastEnum</code> || <code>10</code> || | | <code>eImGuiAction_LastEnum</code> || <code>10</code> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:41, 6 August 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Values
Enum Name | Integer Value | Description |
---|---|---|
eImGuiAction_MouseRight |
0 |
|
eImGuiAction_MouseLeft |
1 |
|
eImGuiAction_Confirm |
2 |
|
eImGuiAction_Cancel |
3 |
|
eImGuiAction_Up |
4 |
|
eImGuiAction_Down |
5 |
|
eImGuiAction_Right |
6 |
|
eImGuiAction_Left |
7 |
|
eImGuiAction_ScrollUp |
8 |
|
eImGuiAction_ScrollDown |
9 |
|
eImGuiAction_LastEnum |
10 |