Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetLastMouseLeftClickTime
Function
GetLastMouseLeftClickTime
plugins/base/utils/cursor-helpers.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
#ifndef _WIN32
8
std::chrono::high_resolution_clock::time_point GetLastMouseLeftClickTime()
9
{
10
return {};
11
}
12
std::chrono::high_resolution_clock::time_point GetLastMouseMiddleClickTime()
13
{
14
return {};
Callers
1
CheckClick
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected