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 panel, starting with the latest samples. Any previously loaded data is not read.
CONFIDENTIAL