mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Preparing SDL encapsulation.
Modified some things on the GL3 renderer.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user