MCPcopy 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
107bool InputSystem::IsUpdated() const {
108 return inputUpdated;
109}
110
111bool InputSystem::IsMouseExist() const {
112 return mouseExist;

Callers 1

ProcessPointerInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected