Preparing SDL encapsulation.

Modified some things on the GL3 renderer.
This commit is contained in:
spartanj
2011-02-07 04:03:27 -03:00
parent 2ddddcdc4c
commit 7937c4c4d4
29 changed files with 626 additions and 589 deletions

View File

@@ -548,7 +548,7 @@ void cUIListBox::UpdateScroll( bool FromScrollChange ) {
}
void cUIListBox::ItemKeyEvent( const cUIEventKey &Event ) {
cUIEventKey ItemEvent( Event.Ctrl(), cUIEvent::EventOnItemKeyDown, Event.KeyCode(), Event.Char() );
cUIEventKey ItemEvent( Event.Ctrl(), cUIEvent::EventOnItemKeyDown, Event.KeyCode(), Event.Char(), Event.Mod() );
SendEvent( &ItemEvent );
}