@ -1110,7 +1110,7 @@ public:
|
||||
|
||||
/* CURSOR */
|
||||
virtual void cursor_set_rotation(float p_rotation, int p_cursor = 0)=0; // radians
|
||||
virtual void cursor_set_texture(RID p_texture, const Point2 &p_center_offset = Point2(0, 0), int p_cursor=0)=0;
|
||||
virtual void cursor_set_texture(RID p_texture, const Point2 &p_center_offset = Point2(0, 0), int p_cursor=0, const Rect2 &p_region=Rect2())=0;
|
||||
virtual void cursor_set_visible(bool p_visible, int p_cursor = 0)=0;
|
||||
virtual void cursor_set_pos(const Point2& p_pos, int p_cursor = 0)=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user