mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:20:46 -07:00
9 lines
136 B
C#
9 lines
136 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
interface IHidDevice
|
|
{
|
|
long Offset { get; }
|
|
bool Connected { get; }
|
|
}
|
|
}
|