|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <PEvent.h>
Public Attributes | |
| unsigned int | window |
| char * | text |
| unsigned int | start |
| unsigned int | length |
| unsigned int PEBL_TextInputEvent::length |
Definition at line 88 of file PEvent.h.
Referenced by PEvent::GetTextInputEvent(), and PlatformEventQueue::Prime().
| unsigned int PEBL_TextInputEvent::start |
Definition at line 87 of file PEvent.h.
Referenced by PEvent::GetTextInputEvent(), and PlatformEventQueue::Prime().
| char* PEBL_TextInputEvent::text |
Definition at line 86 of file PEvent.h.
Referenced by PEvent::GetTextInputEvent(), PEvent::operator Variant(), and PlatformEventQueue::Prime().
| unsigned int PEBL_TextInputEvent::window |
Definition at line 85 of file PEvent.h.
Referenced by PEvent::GetTextInputEvent(), and PlatformEventQueue::Prime().