summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse/mouse_input.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common/mouse_input: Fix data raceRodrigo Locatti2021-06-221-3/+3
| | | | Fix data race using std::jthread and std::stop_token.
* input_common: Release mouse buttons on out of focusgerman772021-05-031-1/+7
|
* Merge pull request #6040 from german77/toggleKeyboardbunnei2021-03-111-0/+5
|\ | | | | Enable toggle buttons for keyboard and mouse
| * Enable mouse toggle buttonsgerman772021-03-061-0/+5
| |
* | inputCommon: Mouse fixesgerman772021-02-281-5/+7
|/
* Add mouse panninggerman2021-02-081-1/+6
|
* general: Fix various spelling errorsMorph2021-01-021-1/+1
|
* mouse_input: Resolve a -Wdocumentation warningLioncash2020-12-031-1/+1
|
* mouse_input: Remove unused includesLioncash2020-12-031-4/+3
|
* Implement full mouse supportgerman2020-11-261-0/+99