summaryrefslogtreecommitdiffstats
path: root/main/input_default.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo2018-11-101-2/+2
* fixed uninitialized variables and false positives found by CppCheckSimon Wenner2018-10-251-0/+3
* Track screen drag speedPedro J. Estébanez2018-10-141-5/+30
* Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde2018-09-271-3/+3
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-0/+1
* Fix set_default_cursor_shape interaction with Control nodesMartin Capitanio2018-09-151-1/+7
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-021-12/+106
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-12/+106
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-3/+1
* | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-181-4/+14
|\ \ | |/ |/|
| * Allow actions to provide an analog valueGilles Roudiere2018-04-161-4/+14
* | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-101-0/+9
* | Allow set_custom_mouse_cursor use same cursor(image) with different shapes.Guilherme Felipe2018-04-091-9/+0
|/
* Generate controller mapping class from one or more SDL2 database filesCarter Anderson2018-03-051-288/+7
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Add Xbox One Elite and Xbox 360 Afterglow padsBrandon DeRosier2018-02-131-0/+2
* 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-15/+5
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-15/+5
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Updated input_default.cpp again (new maps take priority)Andrew Silver2017-12-141-12/+12
* Updated controller mappings for windows/mac/linuxAndrew Silver2017-12-101-8/+73
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+9
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-7/+7
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Fixed to InputDefault, button mask was wrong. Fixes to editor camera interpol...Juan Linietsky2017-09-161-5/+6
* Dead code tells no talesRémi Verschelde2017-08-271-52/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fixed OUYA Game Controller for 3.0Corruptinator2017-08-161-1/+1
* InputDefault: Fix joypad actions when axis quickly changes direction.Andreas Haas2017-08-121-2/+8
* Restored black bars and custom images instead of black bars, closes #1571Juan Linietsky2017-08-071-3/+8
* OUYA Controller for Version 3.0 input_default.cppCorruptinator2017-07-111-0/+1
* Fix possible crash in joy_axis (fixes #4944).Marcelo Fernandez2017-06-221-0/+2
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-2/+2
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-4/+4
* Fix InputEvent actions.Andreas Haas2017-05-271-1/+1
* Fix echo key event handling.Andreas Haas2017-05-251-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-93/+85
* Fix joystick crash when mapping is -1darkoff92017-04-101-0/+1
* Re-add ouya gamepad mapping.Andreas Haas2017-04-101-0/+2
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-5/+5
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix warped mouse panning on LinuxPedro J. Estébanez2017-04-031-1/+16
* Input: Update Gamepad mappings.Andreas Haas2017-04-021-12/+34
* Initialize hat values for mapping and revert X360 mappings.Jordan Patterson2017-03-311-2/+7
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-44/+41
* Merge pull request #8137 from Hinsbart/mbutton_posRémi Verschelde2017-03-241-0/+5
|\