summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-2/+2
| | | | | | Places all of the timing-related functionality under the existing Core namespace to keep things consistent, rather than having the timing utilities sitting in its own completely separate namespace.
* travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-2/+2
|
* hid: Make Hid service accessible and add GetPressStateZach Hilman2018-12-281-0/+110
|
* "Better Hid" rework part 1David Marcec2018-10-101-399/+3
|
* hid: Move core include to cpp fileLioncash2018-08-241-1/+3
| | | | | This isn't required to be in the header. Instead, directly include what this header needs and move it to the cpp file where it belongs.
* hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash2018-07-191-1/+1
| | | | Gets rid of the use of a magic constant
* hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTOshinyquagsire232018-06-121-1/+1
|
* Fix deadlocks caused from HID having too many layoutsDavid Marcec2018-05-241-1/+1
| | | | Games such as SMO deadlock if we have more than 2 layouts
* hid: Tweaks, Analog Sticks (#435)Max Thomas2018-05-071-12/+86
| | | | | | | | | | | | | | * hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* hid: Adjust for style guideshinyquagsire232018-01-171-50/+55
|
* hid: Write to all layouts, implement circular buffers, set up controller metadata.shinyquagsire232018-01-161-1/+6
|
* hid: Bare-minimum sharedmem inputshinyquagsire232018-01-151-2/+2
|
* hid: Remove redundant HID prefix on structs/enumsshinyquagsire232018-01-151-73/+73
|
* hid: Add sharedmem structsshinyquagsire232018-01-151-0/+312
|
* hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei2018-01-151-7/+6
|
* Remove lots more 3DS-specific code.bunnei2017-10-131-263/+3
|
* HID: zero unused PadState bitswwylele2017-08-101-1/+1
|
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-0/+10
|
* Input: remove unused stuff & clean upwwylele2017-03-011-34/+0
| | | | | | | 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include
* HID: use ButtonDevicewwylele2017-03-011-0/+3
|
* hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-4/+0
|
* HID: manages updating itself using correct tickswwylele2017-01-161-3/+0
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-35/+34
|
* Refactor input subsystemwwylele2016-05-151-3/+0
|
* implement GyroscopeCalibrateParamwwylele2016-03-251-1/+13
|
* implement accel and gyro backendwwylele2016-03-221-0/+66
|
* Move input values into an arrayJames Rowe2015-07-281-1/+4
|
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-7/+9
|
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-231-5/+23
|
* Services: Stubs and minor changespurpasmart962015-04-031-3/+3
|
* HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-1/+29
| | | | with a stub for GetSoundVolume
* HID: Removed unnecessary global variables.bunnei2015-03-111-10/+0
|
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-111-18/+23
|
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-30/+5
|
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei2015-03-101-3/+3
|
* HID: Added static asserts to check register position in shared memory.bunnei2015-03-101-2/+16
|
* HID: Added functions to emulate the touchpad.bunnei2015-03-101-0/+13
|
* HID: Moved some docstrings to the header.bunnei2015-03-101-1/+14
|
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-101-12/+34
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+17
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-221-0/+19
|
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-5/+6
|
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-1/+5
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+111