Difference between revisions of "OnKeyDown"
Jump to navigation
Jump to search
Changed an error
imported>Speedo (Clarified behavior) |
imported>Shademe (Changed an error) |
||
Line 10: | Line 10: | ||
==Notes== | ==Notes== | ||
*Like [[GetGameLoaded]] and [[GetSecondsPassed]], this returns 1 the first time per script, and 0 each subsequent call (from the same script). | *Like [[GetGameLoaded]] and [[GetSecondsPassed]], this returns 1 the first time per script, and 0 each subsequent call (from the same script). | ||
*Can | *Can detect keys disabled via [[DisableKey]] or [[DisableControl]] but not those tapped via [[TapKey]] or [[TapControl]]. | ||
{{DirectX Scancodes}} | {{DirectX Scancodes}} |