nn::hid::CTR::TouchPanelReader::Read Member Function
void Read(
TouchPanelStatus * pBufs,
s32 * pReadLen,
s32 bufLen
);
| 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. |
Reads sampling data from the Touch Screen, starting with the latest samples. Any previously loaded data is not read.
The maximum number of data samples that can be loaded is the seven most recent instances (MAX_READ_NUM).
CONFIDENTIAL