aboutsummaryrefslogtreecommitdiff
path: root/main/input_default.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-add ouya gamepad mapping.Andreas Haas2017-04-101-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix warped mouse panning on LinuxPedro J. Estébanez2017-04-031-1/+16
* Input: Update Gamepad mappings.Andreas Haas2017-04-021-12/+34
* Merge pull request #8166 from evolarium/joystick_fixAndreas Haas2017-03-301-2/+7
|\
| * Initialize hat values for mapping and revert X360 mappings.Jordan Patterson2017-03-271-2/+7
* | Better handling of joypad device IDs.Andreas Haas2017-03-261-0/+9
|/
* Input: Update mouse position on mouse-button events.Andreas Haas2017-03-241-0/+5
* Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez2017-03-221-0/+11
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-170/+149
* Style: No break before list braceRémi Verschelde2017-03-181-2/+1
* Core motion for Godot 2.x (based on PR 7127)BastiaanOlij2017-03-091-0/+14
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* Allow whitespace in Gamepad mappings.Andreas Haas2016-10-171-2/+2
* Add function to get readable names for joystick eventsAndreas Haas2016-10-091-0/+58
* Fix input action pressed state not changing for quick joystick movements.Andreas Haas2016-10-091-0/+7
* x11: fix x360 wireless gamepad mapping.Andreas Haas2016-09-181-1/+1
* Update gamepad mappings from community db.Andreas Haas2016-09-181-1/+28
* Fix crash when trying to access the guid of an unavailable Gamepad.Andreas Haas2016-09-011-0/+1
* Fix steam controller gamepad mappingAndreas Haas2016-08-081-1/+1
* Add gamepad mapping for the steam controller userspace driver.Andreas Haas2016-07-261-0/+1
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-0/+14
* Merge pull request #5559 from Hinsbart/connected_joystickspunto-2016-07-101-3/+15
|\
| * Input: add get_connected_joysticks() method.Andreas Haas2016-07-051-3/+15
* | Can use AtlasTextures as custom mouse cursor.Andreas Haas2016-07-031-1/+4
|/
* Fix the joystick vibration timestampWilhem Barbier2016-06-201-1/+1
* Merge pull request #5225 from Hinsbart/x_rumbleRémi Verschelde2016-06-191-1/+1
|\
| * Windows: Support gamepad vibration using XInput.Andreas Haas2016-06-151-1/+1
* | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
|/
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-151-0/+47
* Update gamepad mappings.Andreas Haas2016-06-141-0/+18
* Add magnetometer sensor support for Androidfluffrabbit2016-05-271-0/+14
* Fix ds3 gamepad mappingHinsbart2016-05-041-0/+1
* use joystick name from mapping-db if availablehinsbart2016-02-291-0/+2
* OUYA gamepad mappings fixKrzysztof Jankowski2016-02-251-0/+1
* added more Android gamepad mappingsDana Olson2016-02-241-2/+5
* added a couple more Linux mappings, tweaked Ouya Linux mappingDana Olson2016-02-231-2/+6
* fix is_joy_mapped return valuehondres2016-02-161-1/+2
* fix joystick axis handling for Input.is_action_pressed()hondres2016-02-151-0/+12
* x11: analog triggers for ps4 gamepadhondres2016-02-141-1/+1
* Merge pull request #3428 from Hinsbart/android-gamepadpunto-2016-02-081-3/+16
|\
| * use fallback mapping from listHondres2016-01-271-17/+13
| * can use fallback mapping on all platformshondres2016-01-241-14/+17
| * support gamepad remapping on androidhondres2016-01-241-0/+14
* | added more gamepad mappingsDana Olson2016-02-011-76/+89
* | clear joystick state on disconnectionhondres2016-01-261-1/+11
|/
* add mappings and increase max number of buttonshondres2016-01-221-3/+6
* html5 gamepad supportHinsbart2016-01-211-0/+42
* Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-081-0/+46
* Analog values for gamepad triggers, using axes 6 & 7hondres2016-01-021-3/+14