nn::hid::CTR::HidBase::WaitSamplingAny Member Function
static s32 WaitSamplingAny(
HidBase * devices[],
s32 numDevices
);
static s32 WaitSamplingAny(
HidBase * devices[],
s32 numDevices,
nn::fnd::TimeSpan timeout
);
WaitSamplingAny(HidBase *, s32)
|
Waits for one of the devices specified in the arguments to be sampled. |
WaitSamplingAny(HidBase *, s32, nn::fnd::TimeSpan)
|
Waits for one of the devices specified in the arguments to be sampled while using a timeout period. |
WaitSamplingAny(HidBase *, s32)Waits for one of the devices specified in the arguments to be sampled.
WaitSamplingAny(HidBase *, s32, nn::fnd::TimeSpan)Waits for one of the devices specified in the arguments to be sampled while using a timeout period.
CONFIDENTIAL