Added GCTRL and GPOS commands to the plugin.

This commit is contained in:
Jason Watkins
2015-05-15 16:40:10 -07:00
parent 3d083da218
commit 292f347982
3 changed files with 75 additions and 8 deletions

View File

@@ -43,7 +43,9 @@ namespace XPC
static void HandleCtrl(const Message& msg);
static void HandleData(const Message& msg);
static void HandleDref(const Message& msg);
static void HandleGetC(const Message& msg);
static void HandleGetD(const Message& msg);
static void HandleGetP(const Message& msg);
static void HandlePosi(const Message& msg);
static void HandleSimu(const Message& msg);
static void HandleText(const Message& msg);