nn::hid::CTR::TouchPanelReader::Read Member Function

Syntax

void Read(
     TouchPanelStatus * pBufs,
     s32 * pReadLen,
     s32 bufLen
);

Arguments

Name Description
out pBufs Receives sampling data, starting with the newest data.
out pReadLen Number of data samples that were read.
in bufLen Specifies the number of data samples to read into pBufs.

Return Values

None.

Description

Reads sampling data from the touch panel, starting with the latest samples. Any previously loaded data is not read.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL