Difference between revisions of "GetKeyPress"
Jump to navigation
Jump to search
no edit summary
imported>Haama (More specifics on MenuMode usage) |
imported>Quetzilla |
||
Line 13: | Line 13: | ||
* If no keys are being held down, or if the id you give is greater than the number of keys being held down, this function will return 65535. | * If no keys are being held down, or if the id you give is greater than the number of keys being held down, this function will return 65535. | ||
* During a MenuMode, any key that has a function in that menu (i.e., the arrow keys in the Container Menu or [[MessageBox]] menu) will no longer be registered, presumably because its input is switched over to the MessageBox. | * During a MenuMode, any key that has a function in that menu (i.e., the arrow keys in the Container Menu or [[MessageBox]] menu) will no longer be registered, presumably because its input is switched over to the MessageBox. | ||
==See Also== | ==See Also== | ||
*[[GetNumKeysPressed]] | *[[GetNumKeysPressed]] | ||
*[[GetMouseButtonPress]] | |||
{{DirectX Scancodes}} | |||