Releases: dark-tree/winx
Releases · dark-tree/winx
WINX 1.2.0
- Fixed typos in all keyboard related functions and types
WINX 1.1.0
- 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()
towinxSetCursorEventHandle()
- 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
- Initial release