nn::hid::CTR::Pad Class

Syntax

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

Description

Class that contains the resources required for getting sampling data from the buttons and the analog stick. Use nn::hid::CTR::GetPad to get a reference to a valid instance.

WaitSampling and WaitSamplingAny 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

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL