summaryrefslogtreecommitdiffstats
path: root/main/input_default.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Support vibration for Android and iOSvolzhs2019-08-211-0/+1
* [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-2/+2
* Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-0/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo2018-11-101-1/+1
* Track screen drag speedPedro J. Estébanez2018-10-141-0/+1
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-1/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-021-3/+12
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-3/+12
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-1/+1
* | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-181-0/+2
|\ \ | |/ |/|
| * Allow actions to provide an analog valueGilles Roudiere2018-04-161-0/+2
* | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-101-0/+3
* | Allow set_custom_mouse_cursor use same cursor(image) with different shapes.Guilherme Felipe2018-04-091-1/+0
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-1/+1
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-2/+2
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-5/+5
* Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez2017-03-221-0/+1
* Input: bind parse_input_event()Andreas Haas2017-03-191-1/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-35/+27
* Better handling of joypad device IDs.Andreas Haas2017-02-261-0/+7
* Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde2017-01-151-0/+3
|\
| * Added support for getting gravity vector from iOSBastiaanOlij2017-01-121-0/+3
* | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-1/+1
|/
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-5/+5
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add function to get readable names for joystick eventsAndreas Haas2016-09-201-0/+5
* -Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky2016-09-011-9/+22
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-0/+3
* Input: add get_connected_joysticks() method.Andreas Haas2016-07-051-0/+3
* Set default duration parameter of joystick vibration to 0.Andreas Haas2016-06-211-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/+17
* Add magnetometer sensor support for Androidfluffrabbit2016-05-271-0/+3
* use joystick name from mapping-db if availablehinsbart2016-02-291-0/+1
* use fallback mapping from listHondres2016-01-271-1/+1
* can use fallback mapping on all platformshondres2016-01-241-2/+2