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

Method HandleTextViewOn

src/libcec/implementations/CECCommandHandler.cpp:745–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745int CCECCommandHandler::HandleTextViewOn(const cec_command &command)
746{
747 m_processor->GetDevice(command.initiator)->MarkAsActiveSource();
748 return COMMAND_HANDLED;
749}
750
751int CCECCommandHandler::HandleUserControlPressed(const cec_command &command)
752{

Callers

nothing calls this directly

Calls 2

MarkAsActiveSourceMethod · 0.80
GetDeviceMethod · 0.45

Tested by

no test coverage detected