Difference between revisions of "HPL3/Amnesia: Rebirth/Scripting/eImGuiAction"

From Frictional Wiki
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...")
 
(No difference)

Latest revision as of 00:20, 16 November 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...