summaryrefslogtreecommitdiffstats
path: root/core/os/input_event.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+119
* Added support for extra mouse buttons.unknown2018-07-091-0/+12
* Fixing input strength and the impossibility to erase action eventsgroud2018-04-251-3/+5
* Fixes left/up axis not mappable as actionsGilles Roudiere2018-04-181-2/+2
* Allow actions to provide an analog valueGilles Roudiere2018-04-161-19/+64
* (Magnify|Pan)Gesture: implement as_textPoommetee Ketson2018-02-241-0/+10
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-261-18/+0
* Core: Bind InputEventGesture events.Andreas Haas2017-11-241-0/+24
* Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-211-4/+4
|\
| * Use "Command" instead of "Meta" for macOS (#1619)Cong2017-10-081-4/+4
* | Native pan and zoom for macOSBernhard Liebl2017-11-211-8/+82
* | Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates2017-10-211-1/+1
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Dead code tells no talesRémi Verschelde2017-08-271-22/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Show proper string with InputEvent.as_text()volzhs2017-08-251-0/+77
* InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2017-08-121-0/+5
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Make the InputEvent device property get savedBojidar Marinov2017-06-241-0/+2
* Fix shortcuts, make them visible again and work.Juan Linietsky2017-06-221-0/+39
* Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde2017-06-081-1/+4
|\
| * InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas2017-05-301-1/+4
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-30/+30
|/
* Fix InputEvent actions.Andreas Haas2017-05-271-2/+2
* Fix virtual methods in InputEventKey.Andreas Haas2017-05-251-1/+1
* Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio2017-05-241-1/+1
* -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
* fixed crash on code that checks InputEventJuan Linietsky2017-05-231-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-231/+750
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-93/+88
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-0/+3
* Type renames:Juan Linietsky2017-01-111-1/+1
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-8/+8
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix comparison bug with InputEventvolzhs2016-10-231-1/+2
* Fix input action pressed state not changing for quick joystick movements.Andreas Haas2016-09-151-1/+1
* InputEvent: Fix event comparisons when type is NONERémi Verschelde2016-09-021-0/+4
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-08-281-1/+45
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-271-0/+59
* remove trailing whitespaceHubert Jarosz2016-03-091-12/+12
* doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-2/+2
* proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-0/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Added helper methods to InputEventJaguar2015-06-231-0/+10
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2