summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/mouse.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-34/+0
* service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-311-4/+1
* core: hid: Clean up headersGravatar Narr the Reg2023-12-141-2/+0
* service: hid: Allow to create multiple instances of shared memoryGravatar Narr the Reg2023-12-131-10/+4
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-3/+3
* service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-231-2/+2
* service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-231-7/+12
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Reduce unused includesGravatar ameerj2022-03-191-3/+0
* service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2021-11-241-1/+1
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-241-0/+2
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-241-2/+1
* service/hid: Update mouse and keyboard to use ring lifo and the emulated deviceGravatar german772021-11-241-47/+11
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-041-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* Add footer types and address commentsGravatar german2021-02-031-2/+2
* Adds missing controller types and propertiesGravatar german2021-02-031-2/+24
* service/hid: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-041-1/+0
* marked controller constructors as explicitGravatar David Marcec2019-09-221-1/+1
* RebaseGravatar David Marcec2019-09-221-2/+3
* Deglobalize System: HidGravatar David Marcec2019-09-221-1/+1
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-1/+1
* hid: Add controller bindings for Mouse controllerGravatar Zach Hilman2018-11-181-1/+8
* hid/controller: Default the destructors of all controller types in the cpp fileGravatar Lioncash2018-10-171-0/+1
* Addressed changes for better hidGravatar David Marcec2018-10-101-3/+4
* "Better Hid" rework part 1Gravatar David Marcec2018-10-101-0/+48