Difference between revisions of "IsKeyPressed"
Jump to navigation
Jump to search
→Notes: Clarify DisableKey/TapKey/IsKeyPressed
imported>Haama (Notes on Windows 2000 compabitility) |
imported>Haama (→Notes: Clarify DisableKey/TapKey/IsKeyPressed) |
||
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). | ||
* To clear up the [[DisableKey#Notes|notes from DisableKey]] - Once the key has been disabled, TapKey will still work and the key will function, but it won't be detected by IsKeyPressed. | |||
==See Also== | ==See Also== |