This website requires JavaScript.
Explore
Help
Sign in
N-archive
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b2d307d34f
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 01:29:01 +02:00
namespace
Ryujinx.HLE.Input
{
Little rewrite of HID input (#723) * change hid sharedmem writing to use structures
2019-07-22 19:15:46 +02: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 01:29:01 +02:00
{
public
int
Modifier
;
public
int
[
]
Keys
;
}
}
Reference in a new issue
Copy permalink