Difference between revisions of "GetMappedKey - Input"
Jump to navigation
Jump to search
m
→Examples: Previous example assumed Input had been imported.
imported>JustinOther (Fixed.) |
imported>JustinOther m (→Examples: Previous example assumed Input had been imported.) |
||
Line 65: | Line 65: | ||
== Examples == | == Examples == | ||
<source lang="papyrus">Int iForwardKey = GetMappedKey("Forward")</source> | <source lang="papyrus">Int iForwardKey = Input.GetMappedKey("Forward")</source> | ||
== Notes == | == Notes == |