Window
Inherits RenderLoop::Window / Reference / Object
Constructors
new(title : String, width : UInt16 = 800, height : UInt16 = 600, fullscreen : Bool = false, cursor_visible : Bool = false)
SourceInstance methods
cursor_position=(position : RenderLoop::Position)
TODO: This is implementation specific and shouldn't be part of this lib.
cursor_visible=(visible : Bool)
TODO: This is implementation specific and shouldn't be part of this lib. abstract def cursor_visible? : Bool TODO: This is implementation specific and shouldn't be part of this lib.
cursor_visible?
Sourcedestroy
Sourcefullscreen?
Sourceheight
Sourcehide
Sourceinput
SourceTODO: This is implementation specific and shouldn't be part of this lib.
TODO: This is implementation specific and shouldn't be part of this lib.
render
Sourceshould_close?
Sourceshow
Sourcesize(s : RenderLoop::Size)
TODO: This is implementation specific and shouldn't be part of this lib.
startup(adapter : WGPU::Adapter, device : WGPU::Device)
Sourcestartup
Sourceswap_chain
Sourcetitle
Sourcetitle=(title : String)
Sourceupdate
Sourcevisible?
Sourcewidth
Source