|
void | cs::SetListenerOnStart (std::function< void()> onStart) |
|
void | cs::SetListenerOnExit (std::function< void()> onExit) |
|
CS_Listener | cs::AddListener (std::function< void(const RawEvent &event)> callback, int eventMask, bool immediateNotify, CS_Status *status) |
|
void | cs::RemoveListener (CS_Listener handle, CS_Status *status) |
|