Skip to content

Commit

Permalink
add set_mouse_cursor method to render_window object in Oo_sfml_graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
fccm committed Mar 19, 2021
1 parent 570e553 commit 64f54f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oo_sfml_graphics.mli
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class render_window :
method set_framerate_limit : limit:int -> unit
method set_joystick_threshold : threshold:float -> unit
method set_key_repeat_enabled : enabled:bool -> unit
method set_mouse_cursor : cursor:SFCursor.t -> unit
method set_mouse_cursor_grabbed : unit -> unit
method set_mouse_cursor_invisible : unit -> unit
method set_mouse_cursor_ungrabbed : unit -> unit
Expand Down

0 comments on commit 64f54f5

Please sign in to comment.