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

Syntax

bool ReadLatest(
     TouchPanelStatus * pBuf
);

Arguments

Name Description
out pBuf Loads the sampling data.

Return Values

Returns the result of loading sampling data.
true: Successfully loaded.
false: Could not be loaded. (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