Class Oo_sfml_window.window
method close : unit -> unitmethod display : unit -> unitmethod get_mouse_position : unit -> int * intmethod position : int * intmethod set_active : active:bool -> boolmethod set_framerate_limit : limit:int -> unitmethod set_joystick_threshold : threshold:float -> unitmethod set_key_repeat_enabled : enabled:bool -> unitmethod set_mouse_cursor_visible : visible:bool -> unitmethod set_mouse_position : (int * int) -> unitmethod set_position : pos:(int * int) -> unitmethod set_position2 : left:int -> top:int -> unitmethod set_size : size:(int * int) -> unitmethod set_size2 : width:int -> height:int -> unitmethod set_title : title:string -> unitmethod set_vertical_sync_enabled : enabled:bool -> unitmethod set_visible : visible:bool -> unit