ugfx_release_2.6
Joel Bodenmann 2015-08-16 01:24:18 +02:00
parent ef813f44d3
commit bd353d37e3
1 changed files with 1 additions and 1 deletions

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