nn::hid::CTR::DebugPadReader::ReadLatest Member Function
bool ReadLatest(
nn::hid::CTR::DebugPadStatus * pBuf
);
| Name | Description | |
|---|---|---|
| out | pBuf | Loads the sampling data. |
| Value | Description |
|---|---|
true |
Successfully loaded. | false |
Could not be loaded. (The data cannot 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 debug pad. Unlike the nn::hid::CTR::DebugPadReader::Read function, this function can read the same sampling data more than once.
The trigger and release values are generated with respect to the previous ReadLatest results.
CONFIDENTIAL