summaryrefslogtreecommitdiff
path: root/run.h
diff options
context:
space:
mode:
Diffstat (limited to 'run.h')
-rw-r--r--run.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/run.h b/run.h
index 4be6a6e..831e5a3 100644
--- a/run.h
+++ b/run.h
@@ -13,6 +13,7 @@ private:
cKey myKey;
static const char *OrginToString(eOrgin Orgin);
static const char *ActivityStatusToString(bool Active);
+ const char *KeyToString(eKeys Key);
public:
cRun() { };
~cRun();
@@ -20,7 +21,7 @@ public:
void SetCacheDirectory(const char *Directory);
void SetResourceDirectory(const char *Directory);
void CallActivity(eOrgin Orgin, bool Active);
- void CallKey(eOrgin Orgin, eKeys Key);
+ void CallKey(eOrgin Orgin, bool Active, eKeys Key);
void CallWatchdog(eOrgin Orgin, bool Active);
};