Harlequin RIP SDK
inputqprv.h File Reference

Input queue implementation. More...

Functions

HqBool inputq_start (void)
 
void inputq_end (void)
 

Detailed Description

Input queue implementation.

This is the internal skinkit SDK implementation of the input queue API.

Function Documentation

◆ inputq_end()

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.

◆ inputq_start()

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.