1

implement autoscrolling on screen borders

This commit is contained in:
churl
2022-05-06 17:30:42 +02:00
parent 12513926d8
commit 38d0ff6e00
5 changed files with 32 additions and 11 deletions

View File

@ -14,6 +14,8 @@ void keyboard_demo() {
/* Hier muess Code eingefuegt werden */
kout << "Keyboard Demo: " << endl;
while (true) {
kout << kb.key_hit();
kout.flush();