| 9296 | return window->GetID(int_id); |
| 9297 | } |
| 9298 | IM_MSVC_RUNTIME_CHECKS_RESTORE |
| 9299 | |
| 9300 | //----------------------------------------------------------------------------- |
| 9301 | // [SECTION] INPUTS |
| 9302 | //----------------------------------------------------------------------------- |
| 9303 | // - GetModForLRModKey() [Internal] |
| 9304 | // - FixupKeyChord() [Internal] |
| 9305 | // - GetKeyData() [Internal] |
| 9306 | // - GetKeyIndex() [Internal] |
| 9307 | // - GetKeyName() |
| 9308 | // - GetKeyChordName() [Internal] |
| 9309 | // - CalcTypematicRepeatAmount() [Internal] |
| 9310 | // - GetTypematicRepeatRate() [Internal] |
| 9311 | // - GetKeyPressedAmount() [Internal] |
| 9312 | // - GetKeyMagnitude2d() [Internal] |
| 9313 | //----------------------------------------------------------------------------- |
| 9314 | // - UpdateKeyRoutingTable() [Internal] |
| 9315 | // - GetRoutingIdFromOwnerId() [Internal] |
| 9316 | // - GetShortcutRoutingData() [Internal] |
| 9317 | // - CalcRoutingScore() [Internal] |
| 9318 | // - SetShortcutRouting() [Internal] |
| 9319 | // - TestShortcutRouting() [Internal] |
| 9320 | //----------------------------------------------------------------------------- |
| 9321 | // - IsKeyDown() |
| 9322 | // - IsKeyPressed() |
| 9323 | // - IsKeyReleased() |
| 9324 | //----------------------------------------------------------------------------- |
| 9325 | // - IsMouseDown() |
| 9326 | // - IsMouseClicked() |
| 9327 | // - IsMouseReleased() |
| 9328 | // - IsMouseDoubleClicked() |
| 9329 | // - GetMouseClickedCount() |
| 9330 | // - IsMouseHoveringRect() [Internal] |
| 9331 | // - IsMouseDragPastThreshold() [Internal] |
| 9332 | // - IsMouseDragging() |
| 9333 | // - GetMousePos() |
| 9334 | // - SetMousePos() [Internal] |
| 9335 | // - GetMousePosOnOpeningCurrentPopup() |
| 9336 | // - IsMousePosValid() |
| 9337 | // - IsAnyMouseDown() |
| 9338 | // - GetMouseDragDelta() |
| 9339 | // - ResetMouseDragDelta() |
| 9340 | // - GetMouseCursor() |
| 9341 | // - SetMouseCursor() |
| 9342 | //----------------------------------------------------------------------------- |
| 9343 | // - UpdateAliasKey() |
| 9344 | // - GetMergedModsFromKeys() |
| 9345 | // - UpdateKeyboardInputs() |
| 9346 | // - UpdateMouseInputs() |
| 9347 | //----------------------------------------------------------------------------- |
| 9348 | // - LockWheelingWindow [Internal] |
| 9349 | // - FindBestWheelingWindow [Internal] |
| 9350 | // - UpdateMouseWheel() [Internal] |
| 9351 | //----------------------------------------------------------------------------- |
| 9352 | // - SetNextFrameWantCaptureKeyboard() |
| 9353 | // - SetNextFrameWantCaptureMouse() |
| 9354 | //----------------------------------------------------------------------------- |
| 9355 | // - GetInputSourceName() [Internal] |
nothing calls this directly
no outgoing calls
no test coverage detected