Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
503
void CMouseControl::LeftClick ()
504
{
505
LeftDown ();
506
sleep_milliseconds(m_sendActionWait);
507
LeftUp ();
508
}
509
510
void CMouseControl::MiddleClick ()
511
{
Callers
2
DoAction
Method · 0.80
ProcessMotion
Method · 0.80
Calls
1
sleep_milliseconds
Function · 0.85
Tested by
no test coverage detected