The joystick "Properties" window. Shows various raw values to the user.
More...
#include <joystickstatuswindow.h>
The joystick "Properties" window. Shows various raw values to the user.
◆ JoystickStatusWindow()
JoystickStatusWindow::JoystickStatusWindow |
( |
InputDevice * |
joystick, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~JoystickStatusWindow()
JoystickStatusWindow::~JoystickStatusWindow |
( |
| ) |
|
◆ getJoystick()
InputDevice * JoystickStatusWindow::getJoystick |
( |
| ) |
const |
◆ obliterate
void JoystickStatusWindow::obliterate |
( |
| ) |
|
|
privateslot |
◆ restoreButtonStates
void JoystickStatusWindow::restoreButtonStates |
( |
int |
code | ) |
|
|
privateslot |
◆ updateAccelerometerValues
void JoystickStatusWindow::updateAccelerometerValues |
( |
float |
valueX, |
|
|
float |
valueY, |
|
|
float |
valueZ |
|
) |
| |
|
privateslot |
Accelerometer "moved" event handler Updates raw accelerometer values on the screen.
◆ updateGyroscopeValues
void JoystickStatusWindow::updateGyroscopeValues |
( |
float |
valueX, |
|
|
float |
valueY, |
|
|
float |
valueZ |
|
) |
| |
|
privateslot |
Gyroscope "moved" event handler Updates raw gyroscope values on the screen.
◆ joystick
◆ m_accel_axes
QProgressBar* JoystickStatusWindow::m_accel_axes[3] |
|
private |
◆ m_gyro_axes
QProgressBar* JoystickStatusWindow::m_gyro_axes[3] |
|
private |
◆ ui
Ui::JoystickStatusWindow* JoystickStatusWindow::ui |
|
private |
The documentation for this class was generated from the following files: