Hello,
I've a editbox and I can input but delete and backspace isn't working.
I have checked other topics in this formula, I said we shuld inject scancode insted of virtualcode into CEGUI.
However, even I send scancode to CEGUI, it still don'y work.
I send the scancode like this
SDL_Event event;
case SDL_KEYDOWN :
CEGUI::System::getSingleton().injectKeyDown(event->key.keysym.scancode);
case SDL_KEYUP :
CEGUI::System::getSingleton().injectKeyUp(event->key.keysym.scancode);
What have I done wrong?
Thanks for any help.
backspace and delete not woking
Moderators: CEGUI MVP, CEGUI Team
-
- Just popping in
- Posts: 4
- Joined: Sat Mar 02, 2013 02:11
Re: backspace and delete not woking
Heya
the backspace is kinda diffrent IIRC
this may help you http://www.cegui.org.uk/wiki/index.php/ ... Repeat_Key
the backspace is kinda diffrent IIRC
this may help you http://www.cegui.org.uk/wiki/index.php/ ... Repeat_Key
trying to upgrade to 0.8.2 from 0.7.9
Who is online
Users browsing this forum: No registered users and 10 guests