GL Studio C++ Runtime API
RSOInterface3::MouseMultiTouchEvent Class Reference

#include <rso_interface_3.h>

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

Public Member Functions

 MouseMultiTouchEvent ()
 

Additional Inherited Members

- Public Types inherited from RSOInterface1::MouseEvent
enum  MouseButtonType { MOUSE_LBUTTON = 1, MOUSE_MBUTTON = 2, MOUSE_RBUTTON = 4, MOUSE_BUTTON_ANY = 7 }
 
- 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 inherited from RSOInterface1::MouseEvent
unsigned char _buttonMask
 
unsigned char _clicks
 
int _modifiers
 
- Public Attributes inherited from RSOInterface1::LocationEvent
Vector _winLoc
 
- Public Attributes inherited from RSOInterface1::Event
unsigned short _eventType
 
unsigned short _eventSubtype
 

Detailed Description

An event containing mouse input.

Constructor & Destructor Documentation

the cursor id


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