Numworks Epsilon  1.4.1
Graphing Calculator Operating System
events_modifier.cpp
Go to the documentation of this file.
1 #include <ion/events.h>
2 
3 namespace Ion {
4 namespace Events {
5 
8 }
9 
11 }
12 
13 bool isShiftActive() {
14  return false;
15 }
16 
17 bool isAlphaActive() {
18  return false;
19 }
20 
22 }
23 
24 }
25 }
ShiftAlphaStatus
Definition: events.h:41
void updateModifiersFromEvent(Event e)
ShiftAlphaStatus shiftAlphaStatus()
void setShiftAlphaStatus(ShiftAlphaStatus s)
bool isAlphaActive()
bool isShiftActive()
Definition: backlight.h:6