summaryrefslogtreecommitdiffstats
path: root/core/os/input.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-181-1/+2
|\
| * Allow actions to provide an analog valueGilles Roudiere2018-04-161-1/+2
* | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-101-0/+1
|/
* Fixed signal input variable nameAndrea Catania2018-04-061-1/+1
* 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/+19
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-1/+19
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Input: expose joy_connection_changed()Andreas Haas2017-10-111-0/+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
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Input: bind parse_input_event()Andreas Haas2017-03-191-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-47/+43
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-34/+34
* Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-251-1/+2
* Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde2017-01-151-0/+1
|\
| * Added support for getting gravity vector from iOSBastiaanOlij2017-01-121-0/+1
* | 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-1/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-33/+33
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Code completion for is_action_just_{pressed, released}Andreas Haas2016-09-261-1/+1
* Add function to get readable names for joystick eventsAndreas Haas2016-09-201-0/+4
* -Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky2016-09-011-0/+2
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-0/+1
* Input: add get_connected_joysticks() method.Andreas Haas2016-07-051-0/+1
* Set default duration parameter of joystick vibration to 0.Andreas Haas2016-06-211-1/+1
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-151-0/+4
* Add magnetometer sensor support for Androidfluffrabbit2016-05-271-0/+1
* Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-081-0/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
* Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-241-306/+1
* -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-0/+43
* -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-011-1/+1
* -removed get_mouse_pos from Input, as it only caused problemsJuan Linietsky2015-05-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* Add InputEvent::ACTION get/set support for variantsanikoyes2015-01-201-0/+2
* -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-0/+25
* - more fixes on #672 on windowsJuan Linietsky2014-09-191-0/+6
* Small Issues & MaintenanceJuan Linietsky2014-08-011-0/+16