MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsVkDown

Function IsVkDown

KBotExt/imgui/imgui_impl_win32.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static bool IsVkDown(int vk)
233{
234 return (::GetKeyState(vk) & 0x8000) != 0;
235}
236
237static void ImGui_ImplWin32_AddKeyEvent(ImGuiKey key, bool down, int native_keycode, int native_scancode = -1)
238{

Calls

no outgoing calls

Tested by

no test coverage detected