summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hid: Implement true multitouch supportNarr the Reg2022-11-191-4/+11
|
* general: Convert source file copyright comments over to SPDXMorph2022-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.
* core: hid: Reduce the amount of dataracesgerman772022-04-071-0/+1
|
* general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-021-0/+1
| | | | | | | | This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
* Merge pull request #7481 from german77/gyro-biasbunnei2021-12-211-0/+2
|\ | | | | service/hid: Improve console motion accuracy
| * service/hid: Improve console motion accuracyNarr the Reg2021-12-131-0/+2
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-2/+2
|/ | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* core: hid: Mark constructors as explicitMorph2021-11-291-1/+1
|
* core: hid: Cleanup and amend documentationMorph2021-11-291-12/+14
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-1/+0
|
* kraken: Address comments from reviewgerman772021-11-251-6/+9
| | | | start lion review
* Morph review first wavegerman772021-11-251-5/+5
|
* service/hid: Fix gesture inputgerman772021-11-251-0/+3
|
* core/hid: Documment some filesgerman772021-11-251-14/+55
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+142