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

Method LeftClick

wxutil/mousecontrol.cpp:503–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void CMouseControl::LeftClick ()
504{
505 LeftDown ();
506 sleep_milliseconds(m_sendActionWait);
507 LeftUp ();
508}
509
510void CMouseControl::MiddleClick ()
511{

Callers 2

DoActionMethod · 0.80
ProcessMotionMethod · 0.80

Calls 1

sleep_millisecondsFunction · 0.85

Tested by

no test coverage detected