nn::hid::CTR::Pad Class

Syntax

class Pad : public nn::hid::CTR::HidBase

Description

A class with the resources required to get sampling data from the buttons and the Circle Pad. Use nn::hid::CTR::GetPad to get a reference to a valid instance.

The WaitSampling and WaitSamplingAny functions allow you to wait for events that are signaled each time sampling occurs. Use the PadReader class to get the actual sampling data.

Class Hierarchy

nn::util::NonCopyable
  nn::os::HandleObject
    nn::os::WaitObject
      nn::os::InterruptEvent
        nn::os::EventBase
          nn::hid::CTR::HidBase
            nn::hid::CTR::Pad

Revision History

2011/10/09
Revised Japanese terminology for the Circle Pad.
2010/01/07
Initial version.

CONFIDENTIAL