summaryrefslogtreecommitdiff
path: root/main/input_default.cpp
AgeCommit message (Expand)Author
2016-11-03Rename remaining WinRT references to UWPGeorge Marques
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-10-15Allow whitespace in Gamepad mappings.Andreas Haas
2016-09-26Merge pull request #6568 from Hinsbart/joy_namesRémi Verschelde
2016-09-20Add function to get readable names for joystick eventsAndreas Haas
2016-09-15Fix input action pressed state not changing for quick joystick movements.Andreas Haas
2016-09-10Merge pull request #6363 from vnen/winrtJuan Linietsky
2016-09-10Merge pull request #6442 from RandomShaper/fix-action-releaseGeorge Marques
2016-09-10Fix Input.action_release() marking action as pressedPedro J. Estébanez
2016-09-08x11: fix x360 wireless gamepad mapping.Andreas Haas
2016-09-03Implement missing WinRT functionsGeorge Marques
2016-09-02Update gamepad mappings from community db.Andreas Haas
2016-09-01-Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky
2016-08-28Fix crash when trying to access the guid of an unavailable Gamepad.Andreas Haas
2016-08-05Fix steam controller gamepad mappingAndreas Haas
2016-07-26Add gamepad mapping for the steam controller userspace driver.Andreas Haas
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-10Merge pull request #5559 from Hinsbart/connected_joystickspunto-
2016-07-05Input: add get_connected_joysticks() method.Andreas Haas
2016-07-03Can use AtlasTextures as custom mouse cursor.Andreas Haas
2016-06-20Fix the joystick vibration timestampWilhem Barbier
2016-06-19Merge pull request #5225 from Hinsbart/x_rumbleRémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-15Windows: Support gamepad vibration using XInput.Andreas Haas
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-14Update gamepad mappings.Andreas Haas
2016-05-27Add magnetometer sensor support for Androidfluffrabbit
2016-05-04Fix ds3 gamepad mappingHinsbart
2016-02-29use joystick name from mapping-db if availablehinsbart
2016-02-25OUYA gamepad mappings fixKrzysztof Jankowski
2016-02-24added more Android gamepad mappingsDana Olson
2016-02-23added a couple more Linux mappings, tweaked Ouya Linux mappingDana Olson
2016-02-16fix is_joy_mapped return valuehondres
2016-02-15fix joystick axis handling for Input.is_action_pressed()hondres
2016-02-14x11: analog triggers for ps4 gamepadhondres
2016-02-08Merge pull request #3428 from Hinsbart/android-gamepadpunto-
2016-02-01added more gamepad mappingsDana Olson
2016-01-27use fallback mapping from listHondres
2016-01-26clear joystick state on disconnectionhondres
2016-01-24can use fallback mapping on all platformshondres
2016-01-24support gamepad remapping on androidhondres
2016-01-22add mappings and increase max number of buttonshondres
2016-01-21html5 gamepad supportHinsbart
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres
2016-01-02Analog values for gamepad triggers, using axes 6 & 7hondres
2015-12-20fix debouncing in axis buttonsAriel Manzur
2015-12-18Use tabs instead of spaces for new gamepad codehondres
2015-12-18Better gamepad supporthondres
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky