mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[ion] Dummy implementation of alpha/lock active methods in blackbox
Change-Id: I707f157bcab5be0afe07b3ddb630ea36d34bcef9
This commit is contained in:
@@ -25,6 +25,22 @@ Ion::Events::Event Ion::Events::getEvent(int * timeout) {
|
||||
return event;
|
||||
}
|
||||
|
||||
bool isShiftActive() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isAlphaActive() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isAlphaLocked() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool isShiftAlphaLocked() {
|
||||
return false;
|
||||
}
|
||||
|
||||
namespace Blackbox {
|
||||
|
||||
void dumpEventCount(int i) {
|
||||
|
||||
Reference in New Issue
Block a user