Skip to content

Add patch for enabling raw input on Windows#25

Draft
copperpixel wants to merge 4 commits into
betacraftuk:developfrom
copperpixel:rawinput
Draft

Add patch for enabling raw input on Windows#25
copperpixel wants to merge 4 commits into
betacraftuk:developfrom
copperpixel:rawinput

Conversation

@copperpixel

@copperpixel copperpixel commented Aug 4, 2025

Copy link
Copy Markdown

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
Copy Markdown
Author

Updated to not require a helper DLL for hooking WNDPROC.

@notdevcody

Copy link
Copy Markdown
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
Copy Markdown
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