We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570e553 commit 64f54f5Copy full SHA for 64f54f5
src/oo_sfml_graphics.mli
@@ -231,6 +231,7 @@ class render_window :
231
method set_framerate_limit : limit:int -> unit
232
method set_joystick_threshold : threshold:float -> unit
233
method set_key_repeat_enabled : enabled:bool -> unit
234
+ method set_mouse_cursor : cursor:SFCursor.t -> unit
235
method set_mouse_cursor_grabbed : unit -> unit
236
method set_mouse_cursor_invisible : unit -> unit
237
method set_mouse_cursor_ungrabbed : unit -> unit
0 commit comments