Skip to content

Conversation

@copperpixel
Copy link

@copperpixel copperpixel commented Aug 4, 2025

Added a patch which makes LWJGL use "raw" delta values for mouse look before they've been modified by the operating system by factors such as mouse acceleration, cursor speed or smoothing. Some folks might prefer this as it makes mouse feel more consistent and precise.

@copperpixel copperpixel marked this pull request as ready for review August 10, 2025 13:42
@copperpixel
Copy link
Author

Updated to not require a helper DLL for hooking WNDPROC.

@notdevcody
Copy link
Collaborator

The JNI libs require Java 6, while LF supports Java 5. On top of that, the libs are heavy, so I'm not sure about including this in LF.

@copperpixel
Copy link
Author

The JNI libs require Java 6, while LF supports Java 5. On top of that, the libs are heavy, so I'm not sure about including this in LF.

Fair enough. I'll experiment with using older builds of JNA and getting rid of platform lib since I use only a few Win32 calls anyways.

@copperpixel copperpixel marked this pull request as draft August 10, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants