Releases: BlackRookSoftware/Gloop-GLFW
Releases · BlackRookSoftware/Gloop-GLFW
Release list
0.4.0
Changed in 0.4.0
FixedGLFWWindow.setAspectRatio() did not set the aspect ratio.AddedMouseScrollType for scrolling actions.ChangedGLFWWindow.WindowHints are now GLFWWindowHints.RemovedSome redundant enums for keys/buttons - they were affecting lookups.
0.3.0
Changed in 0.3.0
AddedGLFWWindow now has a queryable state that can be fetched outside of the main thread.
0.2.0
Changed in 0.2.0
AddedJoystick events for discrete directions.ChangedGLFWContext's main loop method was turned into a separate object.
0.1.1
Changed in 0.1.1
AddedSome event polling methods, changed main loop to wait for events with timeout.ChangedRemoved some calls to init() that would make no sense.ChangedRenamed the context setting.