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

Method SetInputData_

Source/Engine/StratusWindow.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void InputManager::SetInputData_(std::vector<SDL_Event>& events, const MouseState& mouse) {
53 auto ul = std::unique_lock<std::shared_mutex>(m_);
54 inputEvents_ = std::move(events);
55 mouse_ = mouse;
56 }
57
58 Window::Window() : Window(1920, 1080) {}
59

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected