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

Function CecKeyPressManaged

src/dotnetlib/CecSharpTypes.h:2122–2128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120 }
2121
2122 int CecKeyPressManaged(const CEC::cec_keypress &key)
2123 {
2124 try {
2125 ReceiveKeypress(gcnew CecKeypress((CecUserControlCode)key.keycode, key.duration));
2126 } catch (...) {}
2127 return 0;
2128 }
2129
2130 int CecCommandManaged(const CEC::cec_command &command)
2131 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected