Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ IsUpdated
Method
IsUpdated
Source/Runtime/Private/Input/InputSystem.cpp:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool InputSystem::IsUpdated() const {
108
return inputUpdated;
109
}
110
111
bool InputSystem::IsMouseExist() const {
112
return mouseExist;
Callers
1
ProcessPointerInput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected