|
QGroundControl
Ground Control Station for MAVLink Drones
|
#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) | |
| using JoystickBackend = JoystickSDL |
Definition at line 15 of file JoystickManager.cc.
| Q_APPLICATION_STATIC | ( | JoystickManager | , |
| _joystickManager | |||
| ) |