Skip to content

Ultraviolet Framework 2019.06

Latest
Compare
Choose a tag to compare
@tlgkccampbell tlgkccampbell released this 28 Jun 15:31
· 354 commits to develop since this release

Miscellaneous

  • Support for the armeabi Android ABI has been dropped, since it's no longer supported by the Android SDK.

Input

  • Added the GetIsRelativeModeEnabled() and SetIsRelativeModeEnabled() methods to MouseDevice.
    • When the mouse is in relative mode, the cursor is hidden and the mouse will produce continuous motion events even if it is directly against the edge of the screen.
  • Added several methods to MouseDevice for setting the cursor's position:
    • WarpToWindow()
    • WarpToWindowCenter()
    • WarpToPrimaryWindow()
    • WarpToPrimaryWindowCenter()