Grx.mouse_set_cursor_default

@accepts(Grx.Color, Grx.Color)
@returns(none)
def mouse_set_cursor_default(fill_color, border_color):
    # Python wrapper for grx_mouse_set_cursor_default()
  

Sets the mouse cursor to a default pointer shape.

fill_color

the cursor fill color

border_color

the cursor border color