Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isMouseLeftPressed
Method
isMouseLeftPressed
src/eepp/window/input.cpp:384–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
bool Input::isMouseLeftPressed() const {
385
return ( mPressTrigger & EE_BUTTON_LMASK ) != 0;
386
}
387
388
bool Input::isMouseRightPressed() const {
389
return ( mPressTrigger & EE_BUTTON_RMASK ) != 0;
Callers
4
screen2
Method · 0.80
physicsUpdate
Method · 0.80
mainLoop
Function · 0.80
physicsUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
2
screen2
Method · 0.64
physicsUpdate
Method · 0.64