nn::hid::CTR::TouchPanelReader::ReadLatest Member Function

Syntax

bool ReadLatest(
     TouchPanelStatus * pBuf
);

Parameters

Name Description
out pBuf Loads the sampling data.

Return Values

Returns the result of loading sampling data.

Value Description
true Read successful.
false Could not read. (The data can be loaded immediately following the first sampling that occurs after the system starts up or wakes up from sleep.)

Description

Reads the latest sampling data from the gamepad. Unlike the nn::hid::CTR::TouchPanelReader::Read function, this function can load the same sampling data more than once.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL