mupen64plus / mupen64plus-input-sdl

Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
GNU General Public License v2.0
43 stars 70 forks source link

To prevent undesirable return to centre of cursor while using touchpad. #6

Closed s-verma closed 10 years ago

s-verma commented 10 years ago

problem_with_cursor ....

While playing FPS game like Goldeneye, The World is not Enough etc with touchpad, the cursor/crosshair/crosswire tries to return to origin/centre thus preventing player to set it to target hence shoot it. Now this can be prevented by pressing Left Window Key, then moving cursor through touchpad.

ghost commented 10 years ago

Please revert this pull. It causes a build failure because it doesn't use the right constant. The correct one is SDL_SCANCODE_LGUI and a mapping from SDL_SCANCODE_LGUI to SDLK_LSUPER for SDL1.2 would have to been added to src/plugin.h in the "#if ! SDL_VERSION_ATLEAST(1,3,0)" block