This commit is contained in:
Joel Bodenmann 2015-08-16 01:24:18 +02:00
parent ef813f44d3
commit bd353d37e3

View file

@ -147,7 +147,7 @@ static const gwidgetVMT texteditVMT = {
#endif #endif
#if GINPUT_NEED_KEYBOARD #if GINPUT_NEED_KEYBOARD
{ {
_keyboardEvent, // Process keyboard key down events _keyboardEvent // Process keyboard key down events
}, },
#endif #endif
#if GINPUT_NEED_TOGGLE #if GINPUT_NEED_TOGGLE