| GlsRSOLoader API
    | 
#include <rso_interface_1.h>
 
  
 | Public Types | |
| enum | |
| Keyboard key enum used by keysym (use ascii letters for all other keys): | |
|  Public Types inherited from RSOInterface1::Event | |
| enum | EventTypeEnum { EVENT_MOUSE = 0, EVENT_KEYBOARD, EVENT_TIMER, EVENT_OBJECT, EVENT_KEYBOARD_UP } | 
| enum | EventSubtypeEnum { MOUSE_DOWN = 0, MOUSE_UP, MOUSE_MOVE, MOUSE_DRAG, MOUSE_LEAVE, MOUSE_ENTER, MOUSE_WHEEL_MINUS, MOUSE_WHEEL_PLUS } | 
| enum | SpecialKeyState | 
| Public Attributes | |
| enum disti::RSOInterface1::KeyboardEvent:: { ... } | KeySymCodeEnum | 
| Keyboard key enum used by keysym (use ascii letters for all other keys): | |
| int | _keysym | 
| int | _modifiers | 
|  Public Attributes inherited from RSOInterface1::LocationEvent | |
| Vector | _winLoc | 
|  Public Attributes inherited from RSOInterface1::Event | |
| unsigned short | _eventType | 
| unsigned short | _eventSubtype | 
An event containing keyboard input
| int _keysym | 
Code for key that was pressed (
| int _modifiers | 
bitfield: which modifiers or buttons were pressed (
 1.8.10
 1.8.10