diff options
Diffstat (limited to 'src/gwin/gwin_frame.c')
-rw-r--r-- | src/gwin/gwin_frame.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gwin/gwin_frame.c b/src/gwin/gwin_frame.c index b29c4ffc..f8787dcb 100644 --- a/src/gwin/gwin_frame.c +++ b/src/gwin/gwin_frame.c @@ -178,6 +178,11 @@ static const gcontainerVMT frameVMT = { 0, // Process mouse move events }, #endif + #if GINPUT_NEED_KEYBOARD + { + 0 // Process keyboard events + }, + #endif #if GINPUT_NEED_TOGGLE { 0, // 1 toggle role |