@ -64,6 +64,11 @@ boolean isModifierKeyActive(Key mappedKey) {
return Keyboard.isModifierActive(mappedKey.keyCode);
}
boolean wasModifierKeyActive(Key mappedKey) {
return Keyboard.wasModifierActive(mappedKey.keyCode);
void sendKeyboardReport() {
Keyboard.sendReport();
@ -18,6 +18,7 @@ void releaseRawKey(Key mappedKey);
void sendKeyboardReport();
boolean isModifierKeyActive(Key mappedKey);
boolean wasModifierKeyActive(Key mappedKey);
void initializeConsumerControl();