Add implementation for custom hardware cursor
This commit is contained in:
committed by
Guilherme Felipe
parent
fa8a1fc420
commit
a392dbdbe3
@ -75,6 +75,7 @@ public:
|
||||
virtual String get_name();
|
||||
|
||||
virtual void set_cursor_shape(CursorShape p_shape);
|
||||
virtual void set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot);
|
||||
|
||||
virtual void set_mouse_show(bool p_show);
|
||||
virtual void set_mouse_grab(bool p_grab);
|
||||
|
||||
Reference in New Issue
Block a user