MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / GetInputEventsLastFrame

Method GetInputEventsLastFrame

Source/Engine/StratusWindow.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 std::vector<SDL_Event> InputManager::GetInputEventsLastFrame() const {
20 auto sl = std::shared_lock<std::shared_mutex>(m_);
21 return inputEvents_;
22 }
23
24 MouseState InputManager::GetMouseStateLastFrame() const {
25 auto sl = std::shared_lock<std::shared_mutex>(m_);

Callers 9

UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected