sfml
Bindings to the SFML multimedia library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library sfml_network_oo
val ftp : SFFtp.ftp
method change_directory : directory:string -> response
method connect : server:ip_address ->
?port:int ->
?timeout:Oo_sfml_system.time ->
unit ->
response
method create_directory : name:string -> response
method delete_directory : name:string -> response
method delete_file : name:string -> response
method disconnect : unit -> response
method download : distantFile:string ->
destPath:string ->
mode:SFFtp.transferMode ->
response
method get_directory_listing : directory:string -> listing_response
method get_working_directory : unit -> directory_response
method keep_alive : unit -> response
method login_anonymous : unit -> response
method parent_directory : unit -> response
method rename_file : file:string -> newName:string -> response
method send_command : command:string -> parameter:string -> response
method upload : localFile:string ->
destPath:string ->
mode:SFFtp.transferMode ->
response