Skip to content

Commit 64f54f5

Browse files
committed
add set_mouse_cursor method to render_window object in Oo_sfml_graphics
1 parent 570e553 commit 64f54f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/oo_sfml_graphics.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ class render_window :
231231
method set_framerate_limit : limit:int -> unit
232232
method set_joystick_threshold : threshold:float -> unit
233233
method set_key_repeat_enabled : enabled:bool -> unit
234+
method set_mouse_cursor : cursor:SFCursor.t -> unit
234235
method set_mouse_cursor_grabbed : unit -> unit
235236
method set_mouse_cursor_invisible : unit -> unit
236237
method set_mouse_cursor_ungrabbed : unit -> unit

0 commit comments

Comments
 (0)