GL Studio C++ Runtime API
|
#include <rso_interface_1.h>
Public Attributes | |
Vector | _winLoc |
Public Attributes inherited from RSOInterface1::Event | |
unsigned short | _eventType |
unsigned short | _eventSubtype |
Additional Inherited Members | |
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 |
An event associated with a specific location in the application window. Base class for MouseEvent and KeyboardEvent.
Vector _winLoc |
Location of the event in window coordinates x and y window coordinates in pixels. z is from 0.0 -> 1.0 and represents the depth. z == 0 is at the near cliping plane. z == 0.5 represents half way between near and far cliping planes.