summaryrefslogtreecommitdiff
path: root/src/client/joystick_controller.h
Commit message (Collapse)AuthorAge
* More C++03 fixesLoic Blot2018-06-03
|
* Fix C++03 compiling due to C++11 initialization issues in backportLoic Blot2018-06-03
|
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20
| | | | * Also remove 2 non declared but defined functions * Make some functions around const ref changes const
* Add Joystick type detection and Xbox controller supportrubenwardy2017-04-06
| | | | | | * Add joystick type detection (with joystick_type setting to override it) * Fix multiple joysticks from interfering with each other by only reading from one (add joystick_id setting) * Add support for Xbox controllers
* Initial Gamepad supportest312016-06-03
Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change.