|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <PEvent.h>
Public Attributes | |
| PEBL_Keycode | scancode |
| PEBL_Keycode | key |
| unsigned int | state |
| int | modkeys |
| PEBL_Keycode PEBL_KeyboardEvent::key |
Definition at line 66 of file PEvent.h.
Referenced by PEBLEnvironment::GetInput0(), PEvent::GetKeyboardEvent(), PEvent::operator Variant(), PlatformEventQueue::Prime(), PEBLEnvironment::StartEventLoop(), PEBLEnvironment::WaitForAnyKeyPress(), PEBLEnvironment::WaitForAnyKeyPressWithTimeout(), PEBLEnvironment::WaitForKeyPress(), PEBLEnvironment::WaitForKeyRelease(), PEBLEnvironment::WaitForListKeyPress(), and PEBLEnvironment::WaitForListKeyPressWithTimeout().
| int PEBL_KeyboardEvent::modkeys |
Definition at line 68 of file PEvent.h.
Referenced by PEBLEnvironment::GetInput0(), PEvent::GetKeyboardEvent(), and PlatformEventQueue::Prime().
| PEBL_Keycode PEBL_KeyboardEvent::scancode |
Definition at line 61 of file PEvent.h.
Referenced by PEvent::GetKeyboardEvent(), and PlatformEventQueue::Prime().
| unsigned int PEBL_KeyboardEvent::state |
Definition at line 67 of file PEvent.h.
Referenced by PEvent::GetKeyboardEvent(), and PlatformEventQueue::Prime().