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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user