Added support for the VIEW command to the plugin.

- The VIEW command allows clients to change the camera position in X-Plane.
This commit is contained in:
Jason Watkins
2015-05-08 09:03:23 -07:00
parent 386adba561
commit 835f1e6527
2 changed files with 38 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ namespace XPC
static void HandleSimu(Message& msg);
static void HandleText(Message& msg);
static void HandleWypt(Message& msg);
static void HandleView(Message& msg);
static void HandleXPlaneData(Message& msg);
static void HandleUnknown(Message& msg);