GLFW::Window
Inherits Reference < Object
Constructors
new(width, height, title, monitor : MonitorLike | Nil, hints)
Sourcenew(width, height, title, hints)
Sourcenew(handle : LibGLFW3::Window)
SourceClass methods
current
Sourcehints=(hints_map : Hash(Int32, Int32))
Sourcehints=(hints_map : Nil) : Nil
SourceInstance methods
==(other : Window)
Source==(other : LibGLFW3::Window)
Sourceclipboard
Sourceclipboard=(str : String)
Sourceclose
Sourcecursor=(value : Cursor)
Sourcecursor_position
Sourcecursor_position=(value : NamedTuple(x: Float64, y: Float64))
Sourcedestroy
Sourcedont_close
Sourcefinalize
Sourceframe_size
Sourceframebuffer_size
Sourcehide
Sourceiconify
Sourcemake_current
Sourcemonitor
Sourceposition
Sourceposition=(value : NamedTuple(x: Int32, y: Int32))
Sourcerestore
Sourceset_input_mode(mode : Int32, value : Int32)
Sourceshould_close=(value : Bool)
Sourceshould_close?
Sourceshow
Sourcesize
Sourcesize=(value : NamedTuple(width: Int32, height: Int32))
Sourceswap_buffers
Sourcetitle=(str : String)
Sourceto_unsafe
Sourceuser_pointer=(ptr : Pointer(Void))
Source