mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 00:32:23 -05:00
9 lines
118 B
C#
9 lines
118 B
C#
namespace Ryujinx.HLE.HOS.Applets.Browser
|
|
{
|
|
enum LeftStickMode
|
|
{
|
|
Pointer = 0,
|
|
Cursor,
|
|
}
|
|
}
|