Ryujinx/Ryujinx.HLE/Input
Thomas Guillemard 12badfffb9 hid: Initial Keyboard Support (#684)
* hid: Initial Keyboard Support

This adds basic hid keyboard support.

Because of OpenTK.Input limitations, some specials keys aren't mapped.

* Fix code style

* Fix for loops code style

* Make hid keyboard feature toggleable

* Address comments

* Fix 2 other nits

* Apply jd's suggestion
2019-05-03 09:29:01 +10:00
..
Hid.cs hid: Initial Keyboard Support (#684) 2019-05-03 09:29:01 +10:00
HidBaseController.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidControllerButtons.cs Support other switch controller types (#487) 2018-11-20 01:01:36 +01:00
HidControllerColorDesc.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidControllerConnState.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidControllerId.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidControllerLayouts.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidControllerType.cs Support other switch controller types (#487) 2018-11-20 01:01:36 +01:00
HidHotkeyButtons.cs Toggle VSync Hotkey (#659) 2019-04-22 16:54:31 +10:00
HidJoystickPosition.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
HidKeyboard.cs hid: Initial Keyboard Support (#684) 2019-05-03 09:29:01 +10:00
HidNpadController.cs Fix homebrew input (#528) 2018-12-07 22:59:38 +02:00
HidProController.cs Fix homebrew input (#528) 2018-12-07 22:59:38 +02:00
HidTouchPoint.cs Support other switch controller types (#487) 2018-11-20 01:01:36 +01:00
HidValues.cs hid: Initial Keyboard Support (#684) 2019-05-03 09:29:01 +10:00
IHidDevice.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
NpadColor.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00