| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected