mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 09:10:48 +01:00
[ion] Add a class State in Keyboard
Change-Id: I42b2c892deaedc83a7629d8c8be66cd4e1fbcb5c
This commit is contained in:
@@ -39,7 +39,7 @@ AppsContainer::AppsContainer() :
|
||||
|
||||
bool AppsContainer::poincareCircuitBreaker(const Poincare::Expression * e) {
|
||||
Ion::Keyboard::State state = Ion::Keyboard::scan();
|
||||
return Ion::Keyboard::keyDown(Ion::Keyboard::Key::A6, state);
|
||||
return state.keyDown(Ion::Keyboard::Key::A6);
|
||||
}
|
||||
|
||||
int AppsContainer::numberOfApps() {
|
||||
|
||||
Reference in New Issue
Block a user