remove old scrollmode reference
This commit is contained in:
@ -331,8 +331,6 @@ void Keyboard::plugin() {
|
|||||||
pic.allow(PIC::keyboard);
|
pic.allow(PIC::keyboard);
|
||||||
}
|
}
|
||||||
|
|
||||||
void scroll_mode(Key key);
|
|
||||||
|
|
||||||
void Keyboard::trigger() {
|
void Keyboard::trigger() {
|
||||||
Key key = this->key_hit();
|
Key key = this->key_hit();
|
||||||
this->lastkey = key.ascii();
|
this->lastkey = key.ascii();
|
||||||
|
|||||||
Reference in New Issue
Block a user