MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / OnKeyReleased

Method OnKeyReleased

ZEngine/src/ImguiLayer.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 bool ImguiLayer::OnKeyReleased(Event::KeyReleasedEvent& e) {
147 ImGuiIO& io = ImGui::GetIO();
148 io.KeysDown[(int) e.GetKeyCode()] = false;
149 return false;
150 }
151
152 bool ImguiLayer::OnMouseButtonPressed(Event::MouseButtonPressedEvent& e) {
153 ImGuiIO& io = ImGui::GetIO();

Callers

nothing calls this directly

Calls 1

GetKeyCodeMethod · 0.80

Tested by

no test coverage detected