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
  
    
      v0.09.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
    
    
  md5=01ffc5b471d774f2d6234c639b067f04
    
    
  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)"
  >