Skip to content

Releases: dark-tree/winx

WINX 1.2.0

23 Feb 19:35
Compare
Choose a tag to compare
  • Fixed typos in all keyboard related functions and types

WINX 1.1.0

07 Sep 14:57
b5350e5
Compare
Choose a tag to compare
  • Added winxGetTime()
  • Added winxGetFocus()
  • Added winxSetFocus()
  • Added winxSetCursorCapture()
  • Added winxCreateCursorIcon()
  • Added winxCreateNullCursorIcon()
  • Added winxDeleteCursorIcon()
  • Added winxSetCursorIcon()
  • Added winxSetCursorPos()
  • Added winxResetEventHandles()
  • Added focus event handler
  • Renamed all mentions of "mouse" to "cursor"
  • Renamed winxSetMouseHandle() to winxSetCursorEventHandle()
  • Removed WXGL
  • Changed license to MIT
  • Fixed Cursor Event receiving screen space coordinates on X11
  • Fixed Keyboard Event being triggered incorrectly on X11

WINX 1.0.0

03 Sep 10:07
Compare
Choose a tag to compare
  • Initial release