QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
JoystickManager.cc File Reference
#include "JoystickManager.h"
#include "Joystick.h"
#include "Vehicle.h"
#include "MultiVehicleManager.h"
#include "SettingsManager.h"
#include "JoystickManagerSettings.h"
#include "JoystickSDL.h"
#include "SDLJoystick.h"
#include "QGCLoggingCategory.h"
#include <QtCore/QApplicationStatic>
#include <QtCore/QSettings>
#include <QtGui/QVector3D>
+ Include dependency graph for JoystickManager.cc:

Go to the source code of this file.

Typedefs

using JoystickBackend = JoystickSDL
 

Functions

 Q_APPLICATION_STATIC (JoystickManager, _joystickManager)
 

Typedef Documentation

◆ JoystickBackend

Definition at line 15 of file JoystickManager.cc.

Function Documentation

◆ Q_APPLICATION_STATIC()