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