MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / ImGuiKeyChord GetModForLRModKey

Function ImGuiKeyChord GetModForLRModKey

include/imgui/imgui.cpp:9362–9441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9360 return window->GetID(int_id);
9361}
9362IM_MSVC_RUNTIME_CHECKS_RESTORE
9363
9364//-----------------------------------------------------------------------------
9365// [SECTION] INPUTS
9366//-----------------------------------------------------------------------------
9367// - GetModForLRModKey() [Internal]
9368// - FixupKeyChord() [Internal]
9369// - GetKeyData() [Internal]
9370// - GetKeyIndex() [Internal]
9371// - GetKeyName()
9372// - GetKeyChordName() [Internal]
9373// - CalcTypematicRepeatAmount() [Internal]
9374// - GetTypematicRepeatRate() [Internal]
9375// - GetKeyPressedAmount() [Internal]
9376// - GetKeyMagnitude2d() [Internal]
9377//-----------------------------------------------------------------------------
9378// - UpdateKeyRoutingTable() [Internal]
9379// - GetRoutingIdFromOwnerId() [Internal]
9380// - GetShortcutRoutingData() [Internal]
9381// - CalcRoutingScore() [Internal]
9382// - SetShortcutRouting() [Internal]
9383// - TestShortcutRouting() [Internal]
9384//-----------------------------------------------------------------------------
9385// - IsKeyDown()
9386// - IsKeyPressed()
9387// - IsKeyReleased()
9388//-----------------------------------------------------------------------------
9389// - IsMouseDown()
9390// - IsMouseClicked()
9391// - IsMouseReleased()
9392// - IsMouseDoubleClicked()
9393// - GetMouseClickedCount()
9394// - IsMouseHoveringRect() [Internal]
9395// - IsMouseDragPastThreshold() [Internal]
9396// - IsMouseDragging()
9397// - GetMousePos()
9398// - SetMousePos() [Internal]
9399// - GetMousePosOnOpeningCurrentPopup()
9400// - IsMousePosValid()
9401// - IsAnyMouseDown()
9402// - GetMouseDragDelta()
9403// - ResetMouseDragDelta()
9404// - GetMouseCursor()
9405// - SetMouseCursor()
9406//-----------------------------------------------------------------------------
9407// - UpdateAliasKey()
9408// - GetMergedModsFromKeys()
9409// - UpdateKeyboardInputs()
9410// - UpdateMouseInputs()
9411//-----------------------------------------------------------------------------
9412// - LockWheelingWindow [Internal]
9413// - FindBestWheelingWindow [Internal]
9414// - UpdateMouseWheel() [Internal]
9415//-----------------------------------------------------------------------------
9416// - SetNextFrameWantCaptureKeyboard()
9417// - SetNextFrameWantCaptureMouse()
9418//-----------------------------------------------------------------------------
9419// - GetInputSourceName() [Internal]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected