aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid.h
AgeCommit message (Expand)Author
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Created structure for PAD.Kevin Hartman
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-16added class stub for HID:User servicebunnei