summaryrefslogtreecommitdiff
path: root/core/os/input.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-21Support vibration for Android and iOSvolzhs
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Add settings for single-quotes on completionMateus Felipe C. C. Pinto
2018-11-17Fixed the default value for Input.action_press() from commit 8c45282Davide Baldo
2018-11-10Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo
2018-10-04fix enum cast warnings on clangkarroffel
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-04-18Merge pull request #16902 from groud/analog_action_systemJuan Linietsky
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-04-10Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe
2018-04-06Fixed signal input variable nameAndrea Catania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-10-11Input: expose joy_connection_changed()Andreas Haas
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-19Input: bind parse_input_event()Andreas Haas
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov
2017-01-15Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky
2017-01-12Added support for getting gravity vector from iOSBastiaanOlij
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-26Code completion for is_action_just_{pressed, released}Andreas Haas
2016-09-20Add function to get readable names for joystick eventsAndreas Haas
2016-09-01-Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-05Input: add get_connected_joysticks() method.Andreas Haas
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-05-27Add magnetometer sensor support for Androidfluffrabbit
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres