MCPcopy Create free account
hub / github.com/cmauri/eviacam / RightDown

Method RightDown

wxutil/mousecontrol.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void CMouseControl::RightDown ()
494{
495 SendMouseCommand (0, 0, MOUSE_RIGHTDOWN);
496}
497
498void CMouseControl::RightUp ()
499{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected