mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-06 20:39:19 +00:00
9 lines
110 B
C#
9 lines
110 B
C#
namespace Ryujinx.Input
|
|
{
|
|
public enum KeyboardInputMode
|
|
{
|
|
Semantic,
|
|
Physical,
|
|
}
|
|
}
|