| 9937 | return window->GetID(int_id); |
| 9938 | } |
| 9939 | IM_MSVC_RUNTIME_CHECKS_RESTORE |
| 9940 | |
| 9941 | //----------------------------------------------------------------------------- |
| 9942 | // [SECTION] INPUTS |
| 9943 | //----------------------------------------------------------------------------- |
| 9944 | // - GetModForLRModKey() [Internal] |
| 9945 | // - FixupKeyChord() [Internal] |
| 9946 | // - GetKeyData() [Internal] |
| 9947 | // - GetKeyIndex() [Internal] |
| 9948 | // - GetKeyName() |
| 9949 | // - GetKeyChordName() [Internal] |
| 9950 | // - CalcTypematicRepeatAmount() [Internal] |
| 9951 | // - GetTypematicRepeatRate() [Internal] |
| 9952 | // - GetKeyPressedAmount() [Internal] |
| 9953 | // - GetKeyMagnitude2d() [Internal] |
| 9954 | //----------------------------------------------------------------------------- |
| 9955 | // - UpdateKeyRoutingTable() [Internal] |
| 9956 | // - GetRoutingIdFromOwnerId() [Internal] |
| 9957 | // - GetShortcutRoutingData() [Internal] |
| 9958 | // - CalcRoutingScore() [Internal] |
| 9959 | // - SetShortcutRouting() [Internal] |
| 9960 | // - TestShortcutRouting() [Internal] |
| 9961 | //----------------------------------------------------------------------------- |
| 9962 | // - IsKeyDown() |
| 9963 | // - IsKeyPressed() |
| 9964 | // - IsKeyReleased() |
| 9965 | //----------------------------------------------------------------------------- |
| 9966 | // - IsMouseDown() |
| 9967 | // - IsMouseClicked() |
| 9968 | // - IsMouseReleased() |
| 9969 | // - IsMouseDoubleClicked() |
| 9970 | // - GetMouseClickedCount() |
| 9971 | // - IsMouseHoveringRect() [Internal] |
| 9972 | // - IsMouseDragPastThreshold() [Internal] |
| 9973 | // - IsMouseDragging() |
| 9974 | // - GetMousePos() |
| 9975 | // - SetMousePos() [Internal] |
| 9976 | // - GetMousePosOnOpeningCurrentPopup() |
| 9977 | // - IsMousePosValid() |
| 9978 | // - IsAnyMouseDown() |
| 9979 | // - GetMouseDragDelta() |
| 9980 | // - ResetMouseDragDelta() |
| 9981 | // - GetMouseCursor() |
| 9982 | // - SetMouseCursor() |
| 9983 | //----------------------------------------------------------------------------- |
| 9984 | // - UpdateAliasKey() |
| 9985 | // - GetMergedModsFromKeys() |
| 9986 | // - UpdateKeyboardInputs() |
| 9987 | // - UpdateMouseInputs() |
| 9988 | //----------------------------------------------------------------------------- |
| 9989 | // - LockWheelingWindow [Internal] |
| 9990 | // - FindBestWheelingWindow [Internal] |
| 9991 | // - UpdateMouseWheel() [Internal] |
| 9992 | //----------------------------------------------------------------------------- |
| 9993 | // - SetNextFrameWantCaptureKeyboard() |
| 9994 | // - SetNextFrameWantCaptureMouse() |
| 9995 | //----------------------------------------------------------------------------- |
| 9996 | // - GetInputSourceName() [Internal] |
nothing calls this directly
no outgoing calls
no test coverage detected