Перейти к содержимому
Mineforgian

Raw Input Buffer

Reduces input lag and frame rate drops caused by mouse polling events - allowing you to use high polling rate mice

Загрузки
31K
Подписчики
19
Обновлён
15 апреля 2026 г.
Лицензия
MIT

Опубликован 24 февраля 2026 г.

Raw Input Buffer

This mod aims to reduce input lag, micro-stutters, and frame rate drops caused by Minecraft's default mouse handling. This is especially noticiable on polling rates above 1000 Hz, where frame rates can drop by 50-70% when moving the camera around, depending on the polling rate. With this mod installed you'll be able to use polling rates higher than 1000 Hz with no stutters.

My testing was done using a mouse with a polling rate of up to 8000 Hz.


Solution:

This mod intercepts and replaces Minecraft's mouse handling. Instead of relying on GLFW, the mod communicates directly with the Windows Kernal and offloads mouse polling to a dedicated, asynchronous background thread using a hidden window class. When the cursor is locked in game, standard legacy mouse data is no longer generated, freeing up CPU resources.

Compatability:

Windows OS only: This mod relies on native Windows APIs and will automatically disable itself on other operating systems.


Credits

  • Mod: Walksy

I created this mod around 4-5 weeks ago but noticed a similar concept was recently added to Ixeris by decce6. While the implementations differ, both mods achieve similar results. I recommend you try them both out.

Ченджлог

1.1.1Релиз26.1, 26.1.1, 26.1.2 · 15 апреля 2026 г.

fix:accumulated mouse deltas flushed when closing a HandledScreen

1.1.4+1.21Релиз1.21.6, 1.21.7, 1.21.8 · 17 марта 2026 г.

Fix: reset mouse deltas on cursor grab/release

1.1.3-1.21Релиз1.21.6, 1.21.7, 1.21.8 · 16 марта 2026 г.

Remove chat debugging (oops)

1.1.2+1.21Релиз1.21.6, 1.21.7, 1.21.8 · 15 марта 2026 г.

fix: not being able to drag items around in user's inventory

1.1.1+1.21Релиз1.21.6, 1.21.7, 1.21.8 · 15 марта 2026 г.

fix: race conditions when handling mouse button events

Комментарии

Загружаем…