#ifndef __Parameter_H #define __Parameter_H #include "main.h" #define PC_Go (Remote_RxData.Remote_Key_W)//? #define PC_Back (Remote_RxData.Remote_Key_S)//? #define PC_Left (Remote_RxData.Remote_Key_A)//? #define PC_Right (Remote_RxData.Remote_Key_D)//? #define PC_Spin (Remote_RxData.Remote_Mouse_RL)//?????? #define PC_Pitch (Remote_RxData.Remote_Mouse_DU)//?????? #define PC_Mouse_RLSensitivity 3.0f//??????? #define PC_Mouse_DUSensitivity 8.0f//??????? #define PC_FrictionWheel (Remote_RxData.Remote_KeyPush_Q)//??? #define PC_Fire (Remote_RxData.Remote_Mouse_KeyL)//?? #define PC_Ejection (Remote_RxData.Remote_Key_E)//?? #define PC_GyroScope (Remote_RxData.Remote_KeyPush_Ctrl)//??? #define PC_SpeedUp (Remote_RxData.Remote_Key_Shift)//?? #endif