mvdevs / jk2mv

JK2MV - improved, modernized JK2 client and server
https://jk2mv.org
GNU General Public License v2.0
105 stars 33 forks source link

Raw Mouse Input #64

Closed Daggolin closed 8 years ago

Daggolin commented 8 years ago

Every now and then people ask about raw mouse input and some players who got issues with their mouse on jk2mp, jamp, etc. say that they don't have issues on OpenJK when they use raw mouse input.

Maybe we should add support for raw mouse input, too?

OpenJK references: https://github.com/JACoders/OpenJK/issues/202 https://github.com/JACoders/OpenJK/pull/215

TriForceX commented 8 years ago

+1 for this :+1: ive tried some mods with this feature, the experience is much better

Razish commented 8 years ago

FWIW OpenJK now uses SDL2 which has this by default (SDL_HINT_MOUSE_RELATIVE_MODE_WARP)

Daggolin commented 8 years ago

Ah, thanks for the info, but we're still not using SDL2 on Windows.