9
* Called to inform the major mode that there has been a short press.
11
virtual void short_press() = 0;
14
* Called to inform the major mode that there has been a long press.
16
virtual void long_press() = 0;
19
* Called when this major mode is becoming active
21
virtual void activate() = 0;
28
virtual Drawer &get_drawer() = 0;