nn::hid::CTR::AnalogStickStatus Structure

Syntax

struct AnalogStickStatus
{
   s16 x;
   s16 y;
};

Description

Structure used to store sampling data from the analog stick.

Member Variables

x X-coordinate ( -nn::hid::CTR::LIMIT_OF_STICK_CLAMP_MAXxnn::hid::CTR::LIMIT_OF_STICK_CLAMP_MAX).
y Y-coordinate ( -nn::hid::CTR::LIMIT_OF_STICK_CLAMP_MAXynn::hid::CTR::LIMIT_OF_STICK_CLAMP_MAX).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL