Bluetooth Framework C++ Edition
Public Attributes | List of all members
wclWiiRemoteDrums Struct Reference

The structure describes the Wii Remote Drums extension. More...

#include <wclBluetooth.h>

Public Attributes

bool Red
 True if the "Red" drum is touched.
 
bool Green
 True if the "Green" drum is touched.
 
bool Blue
 True if the "Blue" drum is touched.
 
bool Orange
 True if the "Orange" drum is touched.
 
bool Yellow
 True if the "Yellow" drum is touched.
 
bool Pedal
 True if the Pedal is pressed.
 
unsigned char RedVelocity
 The "Red" drum velocity.
 
unsigned char GreenVelocity
 The "Green" drum velocity.
 
unsigned char BlueVelocity
 The "Blue" drum velocity.
 
unsigned char OrangeVelocity
 The "Orange" drum velocity.
 
unsigned char YellowVelocity
 The "Yellow" drum velocity.
 
unsigned char PedalVelocity
 The Pedal velocity.
 
bool Plus
 True if the "+" button is pressed.
 
bool Minus
 True if the "-" button is pressed.
 
wclWiiRemote2D Joystick
 The drum joystick data.
 

Detailed Description

The structure describes the Wii Remote Drums extension.