[ion] Dummy implementation of alpha/lock active methods in blackbox

Change-Id: I707f157bcab5be0afe07b3ddb630ea36d34bcef9
This commit is contained in:
Émilie Feral
2017-04-26 18:22:12 +02:00
parent 326c937dc8
commit dd958dcbd8

View File

@@ -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) {