GL Studio C++ Runtime API
RSOInterface1::Event Class Reference

#include <rso_interface_1.h>

Inheritance diagram for RSOInterface1::Event:
RSOInterface1::LocationEvent RSOInterface1::ObjectEvent RSOInterface1::KeyboardEvent RSOInterface1::MouseEvent RSOInterface3::MouseMultiTouchEvent

Public Types

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

unsigned short _eventType
 
unsigned short _eventSubtype
 

Detailed Description

Base class for events

Member Enumeration Documentation

Event Subtype Enum

Enumerator
MOUSE_DOWN 

A Mouse button was pushed down

MOUSE_UP 

A Mouse button was released

MOUSE_MOVE 

The mouse moved

MOUSE_DRAG 

The mouse moved while a button was held down

MOUSE_LEAVE 

The mouse exited the object

MOUSE_ENTER 

The mouse entered the object

MOUSE_WHEEL_MINUS 

The mouse wheel was turned in the negative direction

MOUSE_WHEEL_PLUS 

The mouse wheel was turned in the positive direction

Event Type Enum

Enumerator
EVENT_MOUSE 

A Mouse (or touch screen) event

EVENT_KEYBOARD 

A Keyboard event

EVENT_TIMER 

Unused

EVENT_OBJECT 

An event emitted by an object

EVENT_KEYBOARD_UP 

A Keyboard up event (uses KeyboardEvent class)

Special Key State

Member Data Documentation

unsigned short _eventSubtype

Minor event code. see EventSubtypeEnum

unsigned short _eventType

Major event code. see EventTypeEnum


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