nn::hid::CTR::TouchPanelReader::TouchPanelReader Constructor

Syntax

TouchPanelReader(
     TouchPanel & touchPanel = GetTouchPanel()
);

Parameters

Name Description
in touchPanel A TouchPanel instance that is used internally. There is no need to specify this explicitly.

Description

Constructor.

Initialize with the nn::hid::CTR::Initialize function before creating an instance.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL