mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-22 18:30:32 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
interface IHidDevice
|
|
{
|
|
long Offset { get; }
|
|
bool Connected { get; }
|
|
}
|
|
}
|