|  | GL Studio C++ Runtime API
    | 
#include <events.h>
 
  
| Public Member Functions | |
| KeyboardEvent () | |
| Default Constructor. | |
| KeyboardEvent (const KeyboardEvent &source) | |
| KeyboardEvent (const LocationEvent &source) | |
| KeyboardEvent | operator= (const KeyboardEvent &source) | 
|  Public Member Functions inherited from LocationEvent | |
| LocationEvent () | |
| LocationEvent (const LocationEvent &source) | |
| LocationEvent | operator= (const LocationEvent &source) | 
|  Public Member Functions inherited from DisplayEvent | |
| DisplayEvent () | |
| DisplayEvent (const DisplayEvent &source) | |
| virtual | ~DisplayEvent () | 
| Public Attributes | |
| int | keysym | 
| int | event_text | 
| int | modifiers | 
|  Public Attributes inherited from LocationEvent | |
| Vector | winLoc | 
| Vector | lCoords | 
| Vector | oCoords | 
| float & | x | 
| float & | y | 
| float & | z | 
| float & | lx | 
| float & | ly | 
| float & | lz | 
| float & | ox | 
| float & | oy | 
| float & | oz | 
|  Public Attributes inherited from DisplayEvent | |
| unsigned short | eventType | 
| unsigned short | eventSubtype | 
A keyboard event
| 
 | inline | 
Copy Constructor
| source | The event to copy from. | 
| 
 | inline | 
Copy Constructor from LocationEvent
| source | The event to copy from. | 
| 
 | inline | 
Assignment operator
| source | The event to copy from. | 
| int event_text | 
FLTK event text code for key that was pressed
| int keysym | 
FLTK code for key that was pressed
| int modifiers | 
bitfield: which modifiers or buttons were pressed