1
#include "major_mode.h"
18
* Called to inform the major mode that there has been a short press.
23
* Called to inform the major mode that there has been a long press.
28
* Called when this major mode is becoming active
41
/* minor modes that this mode switcher switches */
42
std::vector< MinorMode * > _modes;