nn::hid::CTR::DebugPad Class

Syntax

class DebugPad : public nn::hid::CTR::HidBase

Description

A class that has the resources necessary to get sampling data from the debug pad (a game controller used for debugging). Call nn::hid::CTR::GetDebugPad 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 DebugPadReader class to actually get 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::DebugPad

Revision History

2010/06/14
Initial version.

CONFIDENTIAL