mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-27 06:22:02 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
interface IHidDevice
|
|
{
|
|
long Offset { get; }
|
|
bool Connected { get; }
|
|
}
|
|
}
|