![]() |
|
#1
|
|||
|
|||
If you want capture all key presses, then simply register a callback for viz.KEYDOWN_EVENT and viz.KEYUP_EVENT.
You can also use the viz.key.isDown() function to manually query whether a specific key is down. Set the immediate parameter to True to query the physical keyboard, instead of using the last known value. |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
If statements and button presses | new_horizon | Vizard | 1 | 08-23-2011 02:36 AM |
Multiple Button Presses | new_horizon | Vizard | 1 | 08-19-2011 04:58 AM |
Count the milliseconds until the user presses a button? | Josh | Vizard | 2 | 03-24-2010 08:13 AM |