add basic touch and button input interface

This commit is contained in:
Emmanuel Hansen 2023-06-25 17:08:50 +00:00
parent 24b8d7c981
commit c27a12df2c
6 changed files with 794 additions and 6 deletions

View file

@ -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,
};