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

Method MiddleClick

wxutil/mousecontrol.cpp:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void CMouseControl::MiddleClick ()
511{
512 MiddleDown ();
513 sleep_milliseconds(m_sendActionWait);
514 MiddleUp ();
515}
516
517void CMouseControl::RightClick ()
518{

Callers 2

DoActionMethod · 0.80
ProcessMotionMethod · 0.80

Calls 1

sleep_millisecondsFunction · 0.85

Tested by

no test coverage detected