nn::hid::CTR::TouchPanelReader Class

Syntax

class TouchPanelReader : private ADLFireWall::NonCopyable

Description

Class for reading sampling data from the touch panel.

The touch panel is sampled every 4 ms.

Member Functions

TouchPanelReader Constructor.
~TouchPanelReader Destructor.
Read Reads sampling data from the touch panel, starting with the latest samples. Any previously loaded data is not read.
ReadLatest Reads the latest sampling data from the gamepad. Unlike nn::hid::CTR::TouchPanelReader::Read, it is possible to read the same sampling data.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::hid::CTR::TouchPanelReader

Revision History

2010/01/07
Initial version.

CONFIDENTIAL