PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PEBL_KeyboardEvent Struct Reference

#include <PEvent.h>

Public Attributes

PEBL_Keycode scancode
 
PEBL_Keycode key
 
unsigned int state
 
int modkeys
 

Detailed Description

Definition at line 58 of file PEvent.h.

Member Data Documentation

◆ key

◆ modkeys

int PEBL_KeyboardEvent::modkeys

◆ scancode

PEBL_Keycode PEBL_KeyboardEvent::scancode

Definition at line 61 of file PEvent.h.

Referenced by PEvent::GetKeyboardEvent(), and PlatformEventQueue::Prime().

◆ state

unsigned int PEBL_KeyboardEvent::state

Definition at line 67 of file PEvent.h.

Referenced by PEvent::GetKeyboardEvent(), and PlatformEventQueue::Prime().


The documentation for this struct was generated from the following file: