Input queue implementation. More...
Functions | |
HqBool | inputq_start (void) |
void | inputq_end (void) |
Input queue implementation.
This is the internal skinkit SDK implementation of the input queue API.
void inputq_end | ( | void | ) |
Deregister the Skinkit SDK input queue from RDR, and remove all entries. The input queue must be finalised before the RDR and event systems are terminated.
HqBool inputq_start | ( | void | ) |
Initialise the Skinkit SDK input queue, and register its implementation in RDR. The RDR and event systems must have been initialised before the input queue is initialised.