Activity for JPointerLock

  • Oddwarg Oddwarg committed [691fe9]

    The library now unlocks the pointer if it detects an uncaught exception on the AWT EDT, to reduce the chances of the pointer lock being retained in a crashed application. Added test for this. Added source code to native-library-loader.jar.

  • Oddwarg Oddwarg committed [61a3e1]

    Properly fixed the issue on Windows where the cursor was falsely detected as being inside the client area when dragging the window border.

  • Oddwarg Oddwarg committed [ae4058]

    Added missing throws declarations to PointerLockLoader.init

  • Oddwarg Oddwarg committed [884767]

    Added UNLICENSE document

  • Oddwarg Oddwarg committed [1eeb0f]

    Refactored out native library loading to a helper class (PointerLockLoader). Further improved the PointerLock API documentation.

  • Oddwarg Oddwarg committed [dc63b4]

    Windows native code now installs the hook on DLL loading to better track sizemove events to prevent pointer locks while dragging a window. Windows native code now unlocks the pointer when the window holding the pointer lock closes. Added test code to help verify that this works. Improved documentation.

  • Oddwarg Oddwarg committed [46191f]

    Created cross-distro Linux binaries for x86 and amd64

  • Oddwarg Oddwarg committed [03fea0]

    Fixed control flow in test code and added call to Toolkit to highlight that awt needs to be loaded before jawt. Updated Linux binary.

  • Oddwarg Oddwarg committed [25295d]

    Renamed ClipCursor class to PointerLock. Restored native code for Windows to working condition, and made it operate more similarly to the Linux code. Separated test code from library code. Added native-library-loader to test code so it can work on different platforms. Added nicer Java API wrapper around the native function.

  • Oddwarg Oddwarg committed [4a94e6]

    Implemented native code for X11 (Linux). Changed the native interface, so Windows implementation is currently broken.

  • Oddwarg Oddwarg committed [d98a04]

    Added Java Native Interface and native code for Windows.

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.