40 #ifndef INCLUDED_RSO_INTERFACE_3_H
41 #define INCLUDED_RSO_INTERFACE_3_H
72 unsigned int _cursor_id;
79 inline unsigned int CursorId() {
return _cursor_id; }
80 inline void CursorId(
unsigned int value) { _cursor_id = value; }
90 virtual bool HandleMultiTouchInput(MouseMultiTouchEvent *ev) = 0;
96 virtual ~RSOInterface3() { }
Defines the RSO interface, which provides a generic way of accessing RSOs and other content...
Definition: rso_interface_3.h:63
Definition: rso_interface_3.h:68
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:74
Definition: bmpimage.h:46
Definition: rso_interface_1.h:358