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; }
 
virtual ~RSOInterface3()
Protected destructor so it can't be deleted directly. 
Definition: rso_interface_3.h:91
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:60
Definition: rso_interface_3.h:64
Defines the RSO interface v2, which provides a generic way of accessing RSOs and other content...
Definition: rso_interface_2.h:59
MouseMultiTouchEvent()
Definition: rso_interface_3.h:69
Definition: bmpimage.h:46
Definition: rso_interface_1.h:385