summaryrefslogtreecommitdiff
path: root/core/os/input_event.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-03-01Fix InputEventKey::echo type from INT to BOOLYuri Roubinsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-11-08Merge pull request #33052 from KoBeWi/naughty_slidersRémi Verschelde
2019-11-07Fix analog input in slidersTomasz Chabora
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-09-03Don't transform global position of mouse inputTomasz Chabora
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-02Add configurable strength value to InputEventActionGilles Roudiere
2019-05-15Fix NaN with get_action_strengthGilles Roudière
2019-03-09Fix fake null-motion mouse event floodPedro J. Estébanez
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-02-16Make Button shortcuts triggerable by gamepadsHugo Locurcio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-14Merge pull request #21954 from isaacremnant/fix_inputsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fix is_action_pressed for InputEventAction.isaacremnant
2018-07-28Merge pull request #20511 from maksloboda/InputEventActionFixRémi Verschelde
2018-07-27Fixed shortcuts not working with InputEventActionsMax
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-09Added support for extra mouse buttons.unknown
2018-04-25Fixing input strength and the impossibility to erase action eventsgroud
2018-04-18Fixes left/up axis not mappable as actionsGilles Roudiere
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-02-24(Magnify|Pan)Gesture: implement as_textPoommetee Ketson
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-11-24Core: Bind InputEventGesture events.Andreas Haas
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
2017-10-08Use "Command" instead of "Meta" for macOS (#1619)Cong
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Show proper string with InputEvent.as_text()volzhs
2017-08-12InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-06-24Make the InputEvent device property get savedBojidar Marinov
2017-06-22Fix shortcuts, make them visible again and work.Juan Linietsky
2017-06-08Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-30InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas
2017-05-27Fix InputEvent actions.Andreas Haas