This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-11 08:26:38 +00:00
Code
Issues
Releases
Activity
d254548548
Ryujinx
/
Ryujinx.HLE
/
Input
/
Keyboard
/
Keyboard.cs
8 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
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 00:29:01 +01:00
namespace
Ryujinx.HLE.Input
{
Little rewrite of HID input (#723) * change hid sharedmem writing to use structures
2019-07-22 18:15:46 +01:00
public
struct
Keyboard
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 00:29:01 +01:00
{
public
int
Modifier
;
public
int
[
]
Keys
;
}
}
Reference in a new issue
Copy permalink