mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
add basic touch and button input interface
This commit is contained in:
parent
24b8d7c981
commit
c27a12df2c
6 changed files with 794 additions and 6 deletions
|
@ -18,7 +18,7 @@ namespace LibRyujinx.NativeSample
|
|||
Size = new Vector2i(800, 600),
|
||||
Title = "Ryujinx",
|
||||
API = ContextAPI.NoAPI,
|
||||
IsEventDriven = true,
|
||||
IsEventDriven = false,
|
||||
// This is needed to run on macos
|
||||
Flags = ContextFlags.ForwardCompatible,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue