package sfml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Bindings to the SFML multimedia library
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351
doc/sfml.window/SFWindow/index.html
Module SFWindow
Online documentation for the Window class
val create :
mode:SFVideoMode.t ->
title:string ->
style:SFStyle.t list ->
settings:SFContextSettings.t ->
tval make :
?style:SFStyle.t list ->
?bpp:int ->
?settings:SFContextSettings.t ->
(int * int) ->
string ->
tval createFromHandle :
handle:window_handle ->
settings:SFContextSettings.t ->
tval close : t -> unitval isOpen : t -> boolval getSettings : t -> SFContextSettings.tval getPosition : t -> int * intval setPosition : t -> pos:(int * int) -> unitval setPosition2 : t -> left:int -> top:int -> unitval getSize : t -> int * intval getWidth : t -> intval getHeight : t -> intval setSize : t -> size:(int * int) -> unitval setSize2 : t -> width:int -> height:int -> unitval setTitle : t -> title:string -> unitval setVisible : t -> visible:bool -> unitval setVerticalSyncEnabled : t -> enabled:bool -> unitval setMouseCursorVisible : t -> visible:bool -> unitval setMouseCursorGrabbed : t -> grabbed:bool -> unitval setMouseCursor : t -> cursor:SFCursor.t -> unitval setKeyRepeatEnabled : t -> enabled:bool -> unitval setFramerateLimit : t -> limit:int -> unitval setJoystickThreshold : t -> threshold:float -> unitval setActive : t -> active:bool -> boolval requestFocus : t -> unitval hasFocus : t -> boolval display : t -> unitval getSystemHandle : t -> window_handleval getMousePosition : relativeTo:t -> int * intval setMousePosition : relativeTo:t -> (int * int) -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>