|
|
|
@ -33,7 +33,9 @@ namespace KaleidoscopePlugins {
|
|
|
|
|
|
|
|
|
|
static bool isActive (void);
|
|
|
|
|
static void cancel (bool withStickies);
|
|
|
|
|
static void cancel (void) { cancel (false); };
|
|
|
|
|
static void cancel (void) {
|
|
|
|
|
cancel (false);
|
|
|
|
|
};
|
|
|
|
|
static uint16_t timeOut;
|
|
|
|
|
static uint16_t holdTimeOut;
|
|
|
|
|
|
|
|
|
|