mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Modernized the Input class, added support for scancodes (still need to test a little bit more).
Improved SyntaxColorScheme. Some minor improvements here and there.
This commit is contained in:
@@ -66,6 +66,7 @@ void mainLoop() {
|
||||
}
|
||||
|
||||
if ( input->isKeyUp( KEY_F6 ) ) {
|
||||
uiSceneNode->setHighlightFocus( !uiSceneNode->getHighlightFocus() );
|
||||
uiSceneNode->setHighlightOver( !uiSceneNode->getHighlightOver() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user