summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: joycon: Move vibrations to a queueGravatar german772023-10-222-2/+19
* input_common: udp: Avoid crash when trying to map motion before client is readyGravatar german772023-10-151-0/+1
* ci: fix new codespell errorsGravatar Liam2023-10-022-2/+2
* msvc: set warning level to /W4 globallyGravatar Danila Malyutin2023-09-031-2/+0
* Warnings cleanup for GCC 13 and Clang 16Gravatar comex2023-08-251-5/+5
* input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0Gravatar Martino Fontana2023-07-072-42/+11
* input_common: Avoid potential division by zeroGravatar Narr the Reg2023-07-051-2/+3
* Merge pull request #10950 from german77/mouse_tuneGravatar liamwhite2023-07-012-41/+47
|\
| * yuzu: Ensure mouse panning can't be enabled with real mouse emulationGravatar german772023-06-302-6/+13
| * input_common: Tune mouse controlsGravatar Narr the Reg2023-06-281-37/+36
* | input_common: Allow timeouts to happen while scanning for a ringGravatar german772023-06-292-3/+4
* | input_common: Remove duplicated DriverResult enumGravatar german772023-06-2819-479/+518
|/
* Merge pull request #10495 from bm01/masterGravatar liamwhite2023-06-272-52/+49
|\
| * input_common: Redesign mouse panningGravatar Baptiste Marie2023-06-122-52/+49
* | Merge pull request #10679 from zeltermann/wakelock-reasonGravatar liamwhite2023-06-271-0/+4
|\ \
| * | Only use SDL wakelock on LinuxGravatar zeltermann2023-06-241-0/+4
* | | Merge pull request #10903 from german77/nfc_stateGravatar liamwhite2023-06-263-14/+37
|\ \ \
| * | | input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-243-14/+37
| |/ /
* / / input_common: Make use of new SDL featuresGravatar german772023-06-241-8/+20
|/ /
* | input_common: Implement native mifare supportGravatar Narr the Reg2023-06-2113-55/+915
* | input_common: Add amiibo with originality signature supportGravatar Narr the Reg2023-06-152-0/+3
|/
* input_common: Fix virtual amiibosGravatar bunnei2023-06-031-4/+4
* android: Various fixes for CI.Gravatar bunnei2023-06-031-10/+10
* android: Implement amiibo reading from nfc tagGravatar Narr the Reg2023-06-032-4/+24
* android: Add motion sensorGravatar Narr the Reg2023-06-032-1/+27
* input_common: rename PAGE_SIZE to avoid conflictGravatar 121011112023-05-301-3/+3
* Merge pull request #10396 from german77/amiibo_writeGravatar bunnei2023-05-256-62/+376
|\
| * input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-216-62/+376
* | input_common: Map motion with relative values not absolute onesGravatar german772023-05-191-4/+7
|/
* input_common: Fix pro controller amiibo supportGravatar Narr the Reg2023-05-166-103/+70
* input_common: Make amiibo scanning less demandingGravatar german772023-05-143-4/+13
* Merge pull request #10119 from marius851000/improved_non_hd_feebackGravatar Narr the Reg2023-05-091-6/+29
|\
| * Improve emulation of HD RumbleGravatar marius david2023-05-051-6/+29
* | input_common: Fix nfc detection for joyconsGravatar german772023-05-094-19/+21
* | core: hid: Update motion on a better placeGravatar german772023-05-071-1/+1
* | Merge pull request #10180 from german77/debugGravatar bunnei2023-05-061-2/+0
|\ \
| * | input_common: Revert debugging changesGravatar german772023-05-061-2/+0
* | | Merge pull request #10174 from german77/motriodGravatar bunnei2023-05-061-0/+3
|\ \ \ | |/ / |/| |
| * | input_common: Add experimental motion to buttonGravatar german772023-05-051-0/+3
| |/
* / input_common: Add property to invert an axis buttonGravatar Narr the Reg2023-05-052-0/+3
|/
* input_common: minor fix to mouse movementGravatar Valeri2023-04-141-1/+1
* input_common: sdl: Only send last vibration commandGravatar german772023-03-121-1/+16
* general: fix spelling mistakesGravatar Liam2023-03-1211-16/+16
* Merge pull request #9906 from german77/metroid2Gravatar bunnei2023-03-082-9/+19
|\
| * input_common: Increase mouse sensitivity rangeGravatar german772023-03-072-9/+19
* | input_common: Minor typo issues (#9922)Gravatar Narr the Reg2023-03-087-47/+47
* | input_common: joycon: Add stick input from passive reportsGravatar german772023-03-053-32/+84
|/
* cmake: use correct boost imported targetsGravatar Alexandre Bouvier2023-02-281-1/+1
* input_common: Implement dedicated motion from mouseGravatar Narr the Reg2023-02-213-24/+85
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-163-24/+85