Add TouchScreen Manager (#2333)
This commit is contained in:
16
Ryujinx.Input/MouseButton.cs
Normal file
16
Ryujinx.Input/MouseButton.cs
Normal file
@ -0,0 +1,16 @@
|
||||
namespace Ryujinx.Input
|
||||
{
|
||||
public enum MouseButton : byte
|
||||
{
|
||||
Button1,
|
||||
Button2,
|
||||
Button3,
|
||||
Button4,
|
||||
Button5,
|
||||
Button6,
|
||||
Button7,
|
||||
Button8,
|
||||
Button9,
|
||||
Count
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user