WUT  0.1
Wii U Toolchain
Data Fields
VPADStatus Struct Reference

#include <input.h>

Data Fields

uint32_t hold
 Indicates what VPADButtons are held down. More...
 
uint32_t trigger
 Indicates what VPADButtons have been pressed since last sample. More...
 
uint32_t release
 Indicates what VPADButtons have been released since last sample. More...
 
VPADVec2D leftStick
 Position of left analog stick. More...
 
VPADVec2D rightStick
 Position of right analog stick. More...
 
VPADAccStatus accelorometer
 Status of DRC accelorometer. More...
 
VPADGyroStatus gyro
 Status of DRC gyro. More...
 
VPADTouchData tpNormal
 Current touch position on DRC. More...
 
VPADTouchData tpFiltered1
 Filtered touch position, first level of smoothing. More...
 
VPADTouchData tpFiltered2
 Filtered touch position, second level of smoothing. More...
 
VPADVec3D mag
 Status of DRC magnetometer. More...
 
uint8_t slideVolume
 Current volume set by the slide control. More...
 
uint8_t battery
 Battery level of controller. More...
 
uint8_t micStatus
 Status of DRC microphone. More...
 
uint8_t slideVolumeEx
 Unknown volume related value. More...
 

Detailed Description

Definition at line 124 of file input.h.

Field Documentation

uint32_t hold

Indicates what VPADButtons are held down.

Definition at line 127 of file input.h.

uint32_t trigger

Indicates what VPADButtons have been pressed since last sample.

Definition at line 130 of file input.h.

uint32_t release

Indicates what VPADButtons have been released since last sample.

Definition at line 133 of file input.h.

VPADVec2D leftStick

Position of left analog stick.

Definition at line 136 of file input.h.

VPADVec2D rightStick

Position of right analog stick.

Definition at line 139 of file input.h.

VPADAccStatus accelorometer

Status of DRC accelorometer.

Definition at line 142 of file input.h.

Status of DRC gyro.

Definition at line 145 of file input.h.

VPADTouchData tpNormal

Current touch position on DRC.

Definition at line 150 of file input.h.

VPADTouchData tpFiltered1

Filtered touch position, first level of smoothing.

Definition at line 153 of file input.h.

VPADTouchData tpFiltered2

Filtered touch position, second level of smoothing.

Definition at line 156 of file input.h.

VPADVec3D mag

Status of DRC magnetometer.

Definition at line 161 of file input.h.

uint8_t slideVolume

Current volume set by the slide control.

Definition at line 164 of file input.h.

uint8_t battery

Battery level of controller.

Definition at line 167 of file input.h.

uint8_t micStatus

Status of DRC microphone.

Definition at line 170 of file input.h.

uint8_t slideVolumeEx

Unknown volume related value.

Definition at line 173 of file input.h.


The documentation for this struct was generated from the following file: