aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_console.h
AgeCommit message (Collapse)Author
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg
2022-11-19core: hid: Implement true multitouch supportNarr the Reg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-04-07core: hid: Reduce the amount of dataracesgerman77
2022-02-02general: Move deleted copy/move constructor/assignment operators to public ↵Lioncash
interface 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).
2021-12-21Merge pull request #7481 from german77/gyro-biasbunnei
service/hid: Improve console motion accuracy
2021-12-13common/input: Avoid numerous large copies of CallbackStatusLioncash
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.
2021-12-12service/hid: Improve console motion accuracyNarr the Reg
2021-11-29core: hid: Mark constructors as explicitMorph
2021-11-29core: hid: Cleanup and amend documentationMorph
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24kraken: Address comments from reviewgerman77
start lion review
2021-11-24Morph review first wavegerman77
2021-11-24service/hid: Fix gesture inputgerman77
2021-11-24core/hid: Documment some filesgerman77
2021-11-24core/hid: Add emulated controllersgerman77