Add TouchScreen Manager (#2333)
This commit is contained in:
parent
b898bc84ce
commit
bfcc6a8ad6
8 changed files with 418 additions and 83 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue