nn::hid::CTR::TouchPanelReader::ReadLatest Member Function
bool ReadLatest(
TouchPanelStatus * pBuf
);
| Name | Description | |
|---|---|---|
| out | pBuf | Loads the 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.) |
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.
CONFIDENTIAL