MCPcopy 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
8std::chrono::high_resolution_clock::time_point GetLastMouseLeftClickTime()
9{
10 return {};
11}
12std::chrono::high_resolution_clock::time_point GetLastMouseMiddleClickTime()
13{
14 return {};

Callers 1

CheckClickMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected