This website requires JavaScript.
Explore
Help
Sign in
manuth
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced
2025-01-22 18:30:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3a02739519
Ryujinx
/
Ryujinx.HLE
/
Input
/
IHidDevice.cs
9 lines
136 B
C#
Raw
Normal View
History
Unescape
Escape
Remove unused Usings
2018-12-01 20:29:33 +00:00
namespace
Ryujinx.HLE.Input
Support other switch controller types (#487) * Make controllers modular, support changing controller type * return readable events * signal hid events * fix style
2018-11-20 00:01:36 +00:00
{
interface
IHidDevice
{
long
Offset
{
get
;
}
bool
Connected
{
get
;
}
}
}
Reference in a new issue
Copy permalink