Grx.Mouse
Description:
Functions for manipulating the mouse cursor.
Content:
Functions:
- public Cursor? get_cursor ()
Gets the current mouse cursor.
- public void set_cursor (Cursor? cursor)
Sets the mouse cursor to the specified cursor.
- public void set_cursor_default (Color fill_color, Color border_color)
Sets the mouse cursor to a default pointer shape.
- public bool is_cursor_shown ()
Gets the mouse cursor visibility.
- public uint block (Context? context, int x1, int y1, int x2, int y2)
Erase the cursor before drawing.
- public void unblock (uint flags)
Restore the mouse cursor after a call to
block.