Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
void CMouseControl::MiddleClick ()
511
{
512
MiddleDown ();
513
sleep_milliseconds(m_sendActionWait);
514
MiddleUp ();
515
}
516
517
void CMouseControl::RightClick ()
518
{
Callers
2
DoAction
Method · 0.80
ProcessMotion
Method · 0.80
Calls
1
sleep_milliseconds
Function · 0.85
Tested by
no test coverage detected