Difference between revisions of "IsKeyPressed"
Jump to navigation
Jump to search
Actually, affects TapKey in general
imported>Haama (→Notes: Clarify DisableKey/TapKey/IsKeyPressed) |
imported>Haama (Actually, affects TapKey in general) |
||
Line 91: | Line 91: | ||
endif</pre> | endif</pre> | ||
* This function won't work correctly under Windows 2000 unless the .ini setting '''bBackgrounKeyboard''' is set to 1. You can use [[con_SetINISetting]] to do this (make sure to set it whenever the game is loaded). | * This function won't work correctly under Windows 2000 unless the .ini setting '''bBackgrounKeyboard''' is set to 1. You can use [[con_SetINISetting]] to do this (make sure to set it whenever the game is loaded). | ||
* | * Will not detect keys force-pressed with [[TapKey]]. | ||
==See Also== | ==See Also== |