This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
ryujinx
Watch
1
Star
1
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-01-16 04:40:05 -06:00
Code
Issues
Releases
Wiki
Activity
848cda1837
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-02 18:29:01 -05:00
namespace
Ryujinx.HLE.Input
{
Little rewrite of HID input (#723) * change hid sharedmem writing to use structures
2019-07-22 12:15:46 -05: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-02 18:29:01 -05:00
{
public
int
Modifier
;
public
int
[
]
Keys
;
}
}
Reference in New Issue
Copy Permalink