MCPcopy Create free account
hub / github.com/deskflow/deskflow / SwitchInDirectionAction

Method SwitchInDirectionAction

src/lib/server/InputFilter.cpp:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307InputFilter::SwitchInDirectionAction::SwitchInDirectionAction(IEventQueue *events, Direction direction)
308 : m_direction(direction),
309 m_events(events)
310{
311 // do nothing
312}
313
314Direction InputFilter::SwitchInDirectionAction::getDirection() const
315{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected