LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
|
Interface for listening to SR_handEvent updates. More...
#include <handposelistener.h>
Public Member Functions | |
virtual void | accept (const SR_handEvent &handEvent)=0 |
Accept an SR_handEvent frame. More... | |
Interface for listening to SR_handEvent updates.
|
pure virtual |
Accept an SR_handEvent frame.
handEvent | represents a new SR_handEvent update |
This function is called from a HandEventStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.