GLFWWindow class

Inheritance

Constructors

GLFWWindow.new(int width, int height, String title)

Properties

graphics Graphics
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no getteroverride
vsync bool
no getteroverride
width int
getter/setter pairinherited

Methods

delete() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poll() → void
override
shouldClose() bool
override
swap() → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited