Initial Gamepad support
authorest31 <MTest31@outlook.com>
Fri, 27 May 2016 06:35:07 +0000 (08:35 +0200)
committerest31 <MTest31@outlook.com>
Fri, 3 Jun 2016 17:42:57 +0000 (19:42 +0200)
commit2060fd9cbe587d7e8ffe0cecdd67925f13a56c05
treef9f74c0a6609b0063fec6ed6f3d43fe42e43d5f1
parent1e86c89f3614cf298916149a8f13d44ea671da64
Initial Gamepad support

Adds initial ingame gamepad support to minetest.

Full Formspec support is not implemented yet and
can be added by a later change.
17 files changed:
builtin/settingtypes.txt
src/client/CMakeLists.txt
src/client/clientlauncher.cpp
src/client/inputhandler.h
src/client/joystick_controller.cpp [new file with mode: 0644]
src/client/joystick_controller.h [new file with mode: 0644]
src/client/keys.h
src/content_cao.cpp
src/defaultsettings.cpp
src/game.cpp
src/game.h
src/guiEngine.cpp
src/guiEngine.h
src/guiFormSpecMenu.cpp
src/guiFormSpecMenu.h
src/localplayer.cpp
src/player.h