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:
Martín Lucas Golini
2020-05-28 06:00:49 -03:00
parent 3304fb5f31
commit 85aa2a3a32
24 changed files with 1023 additions and 463 deletions

View File

@@ -66,6 +66,7 @@ void mainLoop() {
}
if ( input->isKeyUp( KEY_F6 ) ) {
uiSceneNode->setHighlightFocus( !uiSceneNode->getHighlightFocus() );
uiSceneNode->setHighlightOver( !uiSceneNode->getHighlightOver() );
}