moved set_mouse_pos around just to make clear it's not part of the OSystem API anymore
svn-id: r10187
This commit is contained in:
parent
76d8ebf52f
commit
75d4f45a8d
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,6 @@ public:
|
|||
// Either show or hide the mouse cursor
|
||||
bool show_mouse(bool visible);
|
||||
|
||||
// Set the position of the mouse cursor
|
||||
void set_mouse_pos(int x, int y);
|
||||
|
||||
// Warp the mouse cursor. Where set_mouse_pos() only informs the
|
||||
// backend of the mouse cursor's current position, this function
|
||||
// actually moves the cursor to the specified position.
|
||||
|
@ -222,6 +219,9 @@ protected:
|
|||
|
||||
virtual void draw_mouse();
|
||||
virtual void undraw_mouse();
|
||||
/** Set the position of the virtual mouse cursor. */
|
||||
void set_mouse_pos(int x, int y);
|
||||
|
||||
|
||||
virtual void load_gfx_mode() = 0;
|
||||
virtual void unload_gfx_mode() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue