Difference between revisions of "HPL3/SOMA/Scripting/eImGuiAction"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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 16:41, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

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

References

See all references...