nn::hid::CTR::TouchPanel Class

Syntax

class TouchPanel : public nn::hid::CTR::HidBase

Description

Class that contains the resources required for getting sampling data from the touch panel. Use nn::hid::CTR::GetTouchPanel 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 TouchPanelReader class to get the device's 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::TouchPanel

Revision History

2010/01/07
Initial version.

CONFIDENTIAL