40 #ifndef INCLUDED_RSO_INTERFACE_3_H
41 #define INCLUDED_RSO_INTERFACE_3_H
74 unsigned int _cursor_id;
81 unsigned int CursorId() {
return _cursor_id; }
82 void CursorId(
unsigned int value) { _cursor_id = value; }
virtual ~RSOInterface3()
Protected destructor so it can't be deleted directly.
Definition: rso_interface_3.h:98
Defines the RSO interface, which provides a generic way of accessing RSOs and other content...
virtual bool HandleMultiTouchInput(MouseMultiTouchEvent *ev)=0
Definition: rso_interface_3.h:65
Definition: rso_interface_3.h:70
Defines the RSO interface v2, which provides a generic way of accessing RSOs and other content...
Definition: rso_interface_2.h:62
MouseMultiTouchEvent()
Definition: rso_interface_3.h:76
Definition: rso_interface_1.h:46