mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
libui/GTK: start catching up. atleast now it runs without exploding (mostly).
This commit is contained in:
@ -439,6 +439,11 @@ static gboolean areaWidget_key_release_event(GtkWidget *w, GdkEventKey *e)
|
||||
return GDK_EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
char* uiKeyName(int scancode)
|
||||
{
|
||||
return "TODO";
|
||||
}
|
||||
|
||||
enum {
|
||||
pArea = 1,
|
||||
nProps,
|
||||
|
Reference in New Issue
Block a user