Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antopilo/Nuake
/ IsMouseButtonDown
Function
IsMouseButtonDown
Nuake/Source/Nuake/Scripting/NetModules/InputNetAPI.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool IsMouseButtonDown(int keyCode)
23
{
24
return Input::IsMouseButtonDown(keyCode);
25
}
26
27
bool IsKeyDown(int keyCode)
28
{
Callers
4
Update
Method · 0.85
IsMouseInputDown
Method · 0.85
Update
Method · 0.85
IsMouseButtonDown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected