MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / CallbackAddKey

Method CallbackAddKey

src/libcec/CECClient.cpp:1735–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733}
1734
1735void CCECClient::CallbackAddKey(const cec_keypress &key)
1736{
1737 CLockObject lock(m_cbMutex);
1738 if (!!m_configuration.callbacks &&
1739 !!m_configuration.callbacks->keyPress)
1740 {
1741 m_configuration.callbacks->keyPress(m_configuration.callbackParam, &key);
1742 }
1743}
1744
1745void CCECClient::CallbackAddLog(const cec_log_message_cpp &message)
1746{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected