Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ isMouseAction
Method
isMouseAction
src/Engine/Action.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool Action::isMouseAction() const
78
{
79
return (_mouseX != -1);
80
}
81
82
/**
83
* Returns the height in pixel of the
Callers
1
handle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected