Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewchilicki/LumonMDR
/ functions
Functions
2,571 in github.com/andrewchilicki/LumonMDR
⨍
Functions
2,571
◇
Types & classes
449
Method
IsKeyPressed
external/imgui/imgui.cpp:9093
Method
IsKeyReleased
external/imgui/imgui.cpp:9138
Method
IsLegacyNativeDupe
external/imgui/imgui_demo.cpp:7416
Method
IsMouseClicked
external/imgui/imgui.cpp:9167
Method
IsMouseDoubleClicked
external/imgui/imgui.cpp:9208
Method
IsMouseDown
external/imgui/imgui.cpp:9153
Method
IsMouseDragPastThreshold
Return if a mouse click/drag went past the given threshold. Valid to call during the MouseReleased frame. [Internal] This doesn't test if the button i
external/imgui/imgui.cpp:9249
Method
IsMouseDragging
external/imgui/imgui.cpp:9258
Method
IsMouseHoveringRect
Test if mouse cursor is hovering given rectangle NB- Rectangle is clipped by our current clip setting NB- Expand the rectangle to be generous on impre
external/imgui/imgui.cpp:9232
Method
IsMousePosValid
We typically use ImVec2(-FLT_MAX,-FLT_MAX) to denote an invalid mouse position.
external/imgui/imgui.cpp:9294
Method
IsMouseReleased
external/imgui/imgui.cpp:9194
Method
IsPopupOpen
Supported flags: ImGuiPopupFlags_AnyPopupId, ImGuiPopupFlags_AnyPopupLevel
external/imgui/imgui.cpp:11327
Method
IsPreview
external/imgui/imgui.h:2515
Method
IsRectVisible
external/imgui/imgui.cpp:8430
Method
IsWindowAbove
external/imgui/imgui.cpp:7971
Method
IsWindowAppearing
external/imgui/imgui.cpp:8175
Method
IsWindowChildOf
external/imgui/imgui.cpp:7942
Method
IsWindowCollapsed
external/imgui/imgui.cpp:8169
Method
IsWindowContentHoverable
external/imgui/imgui.cpp:4450
Method
IsWindowFocused
Similar to IsWindowHovered()
external/imgui/imgui.cpp:11970
Method
IsWindowHovered
Is current window hovered and hoverable (e.g. not blocked by a popup/modal)? See ImGuiHoveredFlags_ for options. IMPORTANT: If you are trying to check
external/imgui/imgui.cpp:7995
Method
IsWindowNavFocusable
Can we focus this window with CTRL+TAB (or PadMenu + PadFocusPrev/PadFocusNext) Note that NoNavFocus makes the window not reachable with CTRL+TAB but
external/imgui/imgui.cpp:13555
Method
IsWindowWithinBeginStackOf
external/imgui/imgui.cpp:7958
Method
ItemAdd
Declare item bounding box for clipping and interaction. Note that the size can be different than the one provided to ItemSize(). Typically, widgets th
external/imgui/imgui.cpp:10461
Method
ItemHandleShortcut
Called from within ItemAdd: at this point we can read from NextItemData and write to LastItemData
external/imgui/imgui.cpp:9975
Method
ItemHoverable
Internal facing ItemHoverable() used when submitting widgets. Differs slightly from IsItemHovered(). (this does not rely on LastItemData it can be cal
external/imgui/imgui.cpp:4590
Method
ItemSize
external/imgui/imgui.cpp:10549
Function
Items_ArrayGetter
Getter for the old Combo() API: const char*[]
external/imgui/imgui_widgets.cpp:2028
Function
Items_SingleStringGetter
Getter for the old Combo() API: "item1\0item2\0item3\0"
external/imgui/imgui_widgets.cpp:2035
Function
JSON_CATCH
external/nlohmann/json.hpp:20000
Function
JSON_INTERNAL_CATCH
external/nlohmann/json.hpp:21639
Method
KeepAliveID
Code not using ItemAdd() may need to call this manually otherwise ActiveId will be cleared. In IMGUI_VERSION_NUM < 18717 this was called by GetID().
external/imgui/imgui.cpp:10448
Method
LabelText
external/imgui/imgui_widgets.cpp:340
Method
LabelTextV
Add a label+text combo aligned to other label+value widgets
external/imgui/imgui_widgets.cpp:349
Method
ListBox
external/imgui/imgui_widgets.cpp:2130
Method
LoadIniSettingsFromDisk
external/imgui/imgui.cpp:14541
Method
LoadIniSettingsFromMemory
Zero-tolerance, no error reporting, cheap .ini parsing Set ini_size==0 to let us use strlen(ini_data). Do not call this function with a 0 if your buff
external/imgui/imgui.cpp:14554
Method
LocalizeRegisterEntries
external/imgui/imgui.cpp:14808
Method
LogBegin
Start logging/capturing text output
external/imgui/imgui.cpp:14302
Method
LogButtons
Helper to display logging buttons FIXME-OBSOLETE: We should probably obsolete this and let the user have their own helper (this is one of the oldest f
external/imgui/imgui.cpp:14418
Method
LogFinish
external/imgui/imgui.cpp:14382
Method
LogRenderedText
Internal version that takes a position to decide on newline placement and pad items according to their depth. We split text into individual lines to a
external/imgui/imgui.cpp:14243
Method
LogSetNextTextDecoration
Important: doesn't copy underlying data, use carefully (prefix/suffix must be in scope at the time of the next LogRenderedText)
external/imgui/imgui.cpp:14321
Method
LogText
external/imgui/imgui.cpp:14219
Method
LogTextV
external/imgui/imgui.cpp:14231
Method
LogToBuffer
external/imgui/imgui.cpp:14374
Method
LogToClipboard
Start logging/capturing text output to clipboard
external/imgui/imgui.cpp:14366
Method
LogToFile
Start logging/capturing text output to given file
external/imgui/imgui.cpp:14341
Method
LogToTTY
external/imgui/imgui.cpp:14328
Function
MallocWrapper
external/imgui/imgui.cpp:1295
Method
MarkIniSettingsDirty
external/imgui/imgui.cpp:14492
Method
MarkItemEdited
external/imgui/imgui.cpp:4429
Method
MemAlloc
IM_ALLOC() == ImGui::MemAlloc()
external/imgui/imgui.cpp:4728
Method
MemFree
IM_FREE() == ImGui::MemFree()
external/imgui/imgui.cpp:4739
Function
MenuBarRect
external/imgui/imgui_internal.h:2590
Method
MenuItem
external/imgui/imgui_widgets.cpp:9105
Method
MenuItemEx
external/imgui/imgui_widgets.cpp:9028
Method
MoveAll
external/imgui/imgui_demo.cpp:3046
Method
MoveSelected
external/imgui/imgui_demo.cpp:3056
Method
MultiSelectAddSetAll
external/imgui/imgui_widgets.cpp:8000
Method
MultiSelectAddSetRange
external/imgui/imgui_widgets.cpp:8007
Method
MultiSelectItemFooter
In charge of: - Auto-select on navigation. - Box-select toggle handling. - Right-click handling. - Altering selection based on Ctrl/Shift modifiers, b
external/imgui/imgui_widgets.cpp:7803
Method
MultiSelectItemHeader
In charge of: - Applying SetAll for submitted items. - Applying SetRange for submitted items and record end points. - Altering button behavior flags t
external/imgui/imgui_widgets.cpp:7734
Method
MyCallback
external/imgui/imgui_demo.cpp:1745
Method
MyDocument
external/imgui/imgui_demo.cpp:9727
Method
MyInputTextMultiline
Note: Because ImGui:: is a namespace you would typically add your own function into the namespace. For example, you code may declare a function 'ImGui
external/imgui/imgui_demo.cpp:1827
Method
MyResizeCallback
external/imgui/imgui_demo.cpp:1813
Method
NavApplyItemToResult
external/imgui/imgui.cpp:12449
Method
NavCalcPreferredRefPos
external/imgui/imgui.cpp:12800
Method
NavCalcPreferredRefPosSource
external/imgui/imgui.cpp:12787
Method
NavClearPreferredPosForAxis
external/imgui/imgui.cpp:12241
Method
NavEndFrame
external/imgui/imgui.cpp:13478
Method
NavHighlightActivated
external/imgui/imgui.cpp:12234
Method
NavInitRequestApplyResult
external/imgui/imgui.cpp:13034
Method
NavInitWindow
This needs to be called before we submit any widget (aka in or before Begin)
external/imgui/imgui.cpp:12756
Method
NavMoveRequestApplyResult
Apply result from previous frame navigation directional move request. Always called from NavUpdate()
external/imgui/imgui.cpp:13233
Method
NavMoveRequestButNoResultYet
external/imgui/imgui.cpp:12618
Method
NavMoveRequestCancel
external/imgui/imgui.cpp:12671
Method
NavMoveRequestForward
Forward will reuse the move request again on the next frame (generally with modifications done to it)
external/imgui/imgui.cpp:12679
Method
NavMoveRequestResolveWithLastItem
external/imgui/imgui.cpp:12650
Method
NavMoveRequestResolveWithPastTreeNode
Called by TreePop() to implement ImGuiTreeNodeFlags_NavLeftJumpsBackHere
external/imgui/imgui.cpp:12659
Method
NavMoveRequestSubmit
FIXME: ScoringRect is not set
external/imgui/imgui.cpp:12625
Method
NavMoveRequestTryWrapping
Navigation wrap-around logic is delayed to the end of the frame because this operation is only valid after entire popup is assembled and in case of ap
external/imgui/imgui.cpp:12693
Method
NavProcessItem
We get there when either NavId == id, or when g.NavAnyRequest is set (which is updated by NavUpdateAnyRequestFlag above) This is called after LastItem
external/imgui/imgui.cpp:12476
Method
NavProcessItemForTabbingRequest
Handle "scoring" of an item for a tabbing/focusing request initiated by NavUpdateCreateTabbingRequest(). Note that SetKeyboardFocusHere() API calls ar
external/imgui/imgui.cpp:12559
Method
NavRestoreLastChildNavWindow
Restore the last focused child. Call when we are expected to land on the Main Layer (0) after FocusWindow()
external/imgui/imgui.cpp:12717
Method
NavRestoreLayer
external/imgui/imgui.cpp:12724
Method
NavSaveLastChildNavWindowIntoParent
FIXME: This could be replaced by updating a frame number in each window when (window == NavWindow) and (NavLayer == 0). This way we could find the las
external/imgui/imgui.cpp:12706
Method
NavScoreItem
Scoring function for keyboard/gamepad directional navigation. Based on https://gist.github.com/rygorous/6981057
external/imgui/imgui.cpp:12308
Method
NavUpdate
external/imgui/imgui.cpp:12861
Method
NavUpdateAnyRequestFlag
external/imgui/imgui.cpp:12747
Method
NavUpdateCancelRequest
Process Escape/NavCancel input (to close a popup, get back to parent, clear focus) FIXME: In order to support e.g. Escape to clear a selection we'll n
external/imgui/imgui.cpp:13350
Method
NavUpdateCreateMoveRequest
external/imgui/imgui.cpp:13088
Method
NavUpdateCreateTabbingRequest
external/imgui/imgui.cpp:13205
Method
NavUpdateCreateWrappingRequest
external/imgui/imgui.cpp:13493
Method
NavUpdateCurrentWindowIsScrollPushableX
True when current work location may be scrolled horizontally when moving left / right. This is generally always true UNLESS within a column. We don't
external/imgui/imgui.cpp:12467
Method
NavUpdatePageUpPageDown
Handle PageUp/PageDown/Home/End keys Called from NavUpdateCreateMoveRequest() which will use our output to create a move request FIXME-NAV: This doesn
external/imgui/imgui.cpp:13404
Method
NavUpdateWindowing
Windowing management mode Keyboard: CTRL+Tab (change focus/move/resize), Alt (toggle menu layer) Gamepad: Hold Menu/Square (change focus/move/resize)
external/imgui/imgui.cpp:13591
Method
NavUpdateWindowingOverlay
Overlay displayed when using CTRL+TAB. Called by EndFrame().
external/imgui/imgui.cpp:13805
Method
NewFrame
external/imgui/imgui.cpp:5110
← previous
next →
1,601–1,700 of 2,571, ranked by callers