Skip to content

WINX 1.1.0

Compare
Choose a tag to compare
@magistermaks magistermaks released this 07 Sep 14:57
· 9 commits to master since this release
b5350e5
  • 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