Releases: Swedeachu/MCBE-Mouse-Cursor
1.2 Public Release
Allow dragging and resizing of the Minecraft window without clipping, which is to fix the bug described in #3 where the mouse cursor would move down with the window.
Fix Client Rect and what is topmost/foreground being out of sync and not the correct size for the Minecraft window. While in another tab like Firefox things should no longer clip you when Minecraft is out of focus.
1.1 Public Release
Enhanced virtual key support for recenter hotkey configuration. The config.txt file now accepts a wide range of key names including function keys (F1-F12), special keys (TAB, SPACE, ENTER, ESC), arrow keys, modifier keys (SHIFT, CTRL, ALT), numpad keys, and VK_ prefixed names, with case-insensitive parsing. Additionally, improved window detection logic to prevent cursor clipping when Minecraft is not actually visible on screen (e.g., when Alt+Tabbed to another fullscreen application).
1.0 Public Release
1.0 First public release
This program was made in 15 minutes initially, and took another 30 minutes to add the extra keyboard config features.