summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hid: Enable pulling color data from controllersGravatar Narr the Reg2023-01-191-0/+11
|
* input_common: Enable virtual amiibo driverGravatar german772022-10-021-0/+10
|
* input_common: Add camera driverGravatar german772022-07-231-0/+11
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* input_poller: Remove several unnecessary @param tagsGravatar Lioncash2021-12-131-106/+106
| | | | | | Silences quite a bit of -Wdocumentation warnings, given the @param tag is only intended to be used to identify function parameters, not what it contains.
* kraken: Address comments from reviewGravatar german772021-11-241-12/+20
| | | | start lion review
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-6/+4
|
* core/hid: Add output devicesGravatar german772021-11-241-3/+25
|
* input_common: Create input poller and mappingGravatar german772021-11-241-0/+189