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

The structure contains information about the Wii Remote buttons. More...

#include <wclBluetooth.h>

Public Attributes

bool A
 True if the "A" button is pressed.
 
bool B
 True if the "B" button is pressed.
 
bool Plus
 True if the "+" button is pressed.
 
bool Home
 True if the "Home" button is pressed.
 
bool Minus
 True if the "-" button is pressed.
 
bool One
 The "1" button state. True if the button is pressed.
 
bool Two
 The "2" button state. True if the button is pressed.
 
bool Up
 The "Up" button state. True if the button is pressed.
 
bool Down
 The "Down" button state. True if the button is pressed.
 
bool Left
 The "Left" button state. True if the button is pressed.
 
bool Right
 The "Right" button state. True if the button is pressed.
 

Detailed Description

The structure contains information about the Wii Remote buttons.