summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Re-add __XINPUT_DEVICE__hoontee2020-05-071-0/+3
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Input: make VibrationInfo protected to allow implementors to use itpunto-2020-04-291-9/+9
* Merge pull request #38295 from akien-mga/input-is-backRémi Verschelde2020-04-282-136/+136
|\
| * Rename InputFilter back to InputRémi Verschelde2020-04-282-136/+136
* | Input: Drop obsolete versions of SDL gamecontrollerdbRémi Verschelde2020-04-284-632/+1
|/
* Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams2020-04-252-2/+2
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-024-29/+29
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-10/+26
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-165/+156
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-262-24/+24
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-2613-0/+5669