MCPcopy Create free account

hub / github.com/clementgallet/libTAS / functions

Functions6,352 in github.com/clementgallet/libTAS

↓ 1 callersFunctionSDL_JoystickNumBalls
Override */
src/library/inputs/sdljoystick.cpp:298
↓ 1 callersFunctionSDL_JoystickNumButtons
Override */
src/library/inputs/sdljoystick.cpp:306
↓ 1 callersFunctionSDL_JoystickNumHats
Override */
src/library/inputs/sdljoystick.cpp:314
↓ 1 callersFunctionSDL_JoystickOpen
Override */
src/library/inputs/sdljoystick.cpp:105
↓ 1 callersFunctionSDL_JoystickUpdate
Override */
src/library/inputs/sdljoystick.cpp:322
↓ 1 callersFunctionSDL_LockAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:510
↓ 1 callersFunctionSDL_NumJoysticks
Override */
src/library/inputs/sdljoystick.cpp:59
↓ 1 callersFunctionSDL_PauseAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:378
↓ 1 callersFunctionSDL_RenderGetScale
src/library/sdl/sdlrender.cpp:146
↓ 1 callersFunctionSDL_RenderGetViewport
src/library/sdl/sdlrender.cpp:132
↓ 1 callersFunctionSDL_SetCursor
src/library/inputs/sdlpointer.cpp:213
↓ 1 callersFunctionSDL_SetTextInputRect
src/library/inputs/sdltextinput.cpp:47
↓ 1 callersFunctionSDL_SetWindowResizable
Override */
src/library/sdl/sdlwindows.cpp:355
↓ 1 callersFunctionSDL_SetWindowTitle
Override */
src/library/sdl/sdlwindows.cpp:310
↓ 1 callersFunctionSDL_UnlockAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:524
↓ 1 callersFunctionSDL_UpdateRect
Override */
src/library/sdl/sdlwindows.cpp:546
↓ 1 callersFunctionSDL_UpdateWindowSurface
Override */
src/library/sdl/sdlwindows.cpp:607
↓ 1 callersFunctionSDL_WasInit
src/library/sdl/sdlmain.cpp:125
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
src/external/imgui/imgui_widgets.cpp:3707
↓ 1 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_WIN
src/external/imgui/imgui_widgets.cpp:3752
↓ 1 callersFunctionSampleColormapU32
src/external/imgui/implot.cpp:4576
↓ 1 callersMethodSetArenaBasePtr
src/external/imgui/imgui_internal.h:654
↓ 1 callersMethodSetAxisLabel
src/external/imgui/implot_internal.h:1104
↓ 1 callersFunctionSetBit
src/external/imgui/imgui_internal.h:605
↓ 1 callersMethodSetCircleTessellationMaxError
src/external/imgui/imgui_draw.cpp:370
↓ 1 callersMethodSetKeyColor
src/external/imgui/implot_internal.h:406
↓ 1 callersMethodSetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
src/external/imgui/imgui.cpp:1511
↓ 1 callersFunctionSetNextAxisToFit
src/external/imgui/implot.cpp:2352
↓ 1 callersMethodSetTitle
src/external/imgui/implot_internal.h:1073
↓ 1 callersMethodSetToContextState
Save current stack sizes for later compare
src/external/imgui/imgui.cpp:9539
↓ 1 callersMethodSetVoidPtr
src/external/imgui/imgui.cpp:2523
↓ 1 callersFunctionSetupAxisScale
src/external/imgui/implot.cpp:2219
↓ 1 callersFunctionSetupFinish
src/external/imgui/implot.cpp:2466
↓ 1 callersFunctionShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
src/external/imgui/imgui_demo.cpp:5866
↓ 1 callersFunctionShowDemoWindowInputs
src/external/imgui/imgui_demo.cpp:6070
↓ 1 callersFunctionShowDemoWindowLayout
src/external/imgui/imgui_demo.cpp:2708
↓ 1 callersFunctionShowDemoWindowPopups
src/external/imgui/imgui_demo.cpp:3564
↓ 1 callersFunctionShowDemoWindowTables
src/external/imgui/imgui_demo.cpp:4022
↓ 1 callersFunctionShowDemoWindowWidgets
src/external/imgui/imgui_demo.cpp:574
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
src/external/imgui/imgui_demo.cpp:7650
↓ 1 callersFunctionShowExampleAppConsole
src/external/imgui/imgui_demo.cpp:7262
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints. Note that size constraints currently don't work on a docked window (when in 'docking' br
src/external/imgui/imgui_demo.cpp:7676
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
src/external/imgui/imgui_demo.cpp:7902
↓ 1 callersFunctionShowExampleAppDocuments
src/external/imgui/imgui_demo.cpp:8271
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
src/external/imgui/imgui_demo.cpp:7830
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
src/external/imgui/imgui_demo.cpp:7435
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
src/external/imgui/imgui_demo.cpp:7400
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
src/external/imgui/imgui_demo.cpp:7587
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
src/external/imgui/imgui_demo.cpp:6800
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor. This demo is a bit lackluster nowadays, would be nice to improve.
src/external/imgui/imgui_demo.cpp:7550
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
src/external/imgui/imgui_demo.cpp:7775
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate the use of "##" and "###" in identifiers to manipulate ID generation. This applies to all regular items as well. Read FAQ section "How can
src/external/imgui/imgui_demo.cpp:7868
↓ 1 callersFunctionShowMetricsWindow
src/external/imgui/implot.cpp:5227
↓ 1 callersFunctionShowPlaceholderObject
src/external/imgui/imgui_demo.cpp:7501
↓ 1 callersFunctionShowPlotContextMenu
src/external/imgui/implot.cpp:1515
↓ 1 callersFunctionShowSubplotsContextMenu
src/external/imgui/implot.cpp:1488
↓ 1 callersFunctionShowTableColumnsStatusFlags
src/external/imgui/imgui_demo.cpp:4014
↓ 1 callersFunctionShowTicksMetrics
src/external/imgui/implot.cpp:5195
↓ 1 callersFunctionShowUserGuide
src/external/imgui/implot.cpp:5169
↓ 1 callersFunctionSteamClient_generic
src/library/steam/isteamclient/isteamclient.cpp:44
↓ 1 callersFunctionSteamController
src/library/steam/steamapi.cpp:489
↓ 1 callersFunctionSteamFriends
src/library/steam/steamapi.cpp:525
↓ 1 callersFunctionSteamGameServer
src/library/steam/steamgameserver.cpp:117
↓ 1 callersFunctionSteamHTTP
src/library/steam/steamapi.cpp:597
↓ 1 callersFunctionSteamInput
src/library/steam/steamapi.cpp:722
↓ 1 callersFunctionSteamMatchmaking
src/library/steam/steamapi.cpp:561
↓ 1 callersFunctionSteamMatchmakingServers
src/library/steam/steamapi.cpp:585
↓ 1 callersFunctionSteamNetworking
src/library/steam/steamapi.cpp:573
↓ 1 callersFunctionSteamRemoteStorage
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:112
↓ 1 callersFunctionSteamRemoteStorage_generic
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:58
↓ 1 callersFunctionSteamRemoteStorage_set_version
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:104
↓ 1 callersFunctionSteamScreenshots
src/library/steam/steamapi.cpp:537
↓ 1 callersFunctionSteamSetRemoteStorageFolder
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:51
↓ 1 callersFunctionSteamSetUserDataFolder
src/library/steam/isteamuser/isteamuser.cpp:44
↓ 1 callersFunctionSteamUser
src/library/steam/isteamuser/isteamuser.cpp:97
↓ 1 callersFunctionSteamUserStats
src/library/steam/isteamuserstats/isteamuserstats.cpp:100
↓ 1 callersFunctionSteamUserStats_generic
src/library/steam/isteamuserstats/isteamuserstats.cpp:50
↓ 1 callersFunctionSteamUserStats_set_version
src/library/steam/isteamuserstats/isteamuserstats.cpp:92
↓ 1 callersFunctionSteamUser_generic
src/library/steam/isteamuser/isteamuser.cpp:51
↓ 1 callersFunctionSteamUser_set_version
src/library/steam/isteamuser/isteamuser.cpp:89
↓ 1 callersFunctionSteamUtils
src/library/steam/steamapi.cpp:501
↓ 1 callersFunctionSubplotNextCell
src/external/imgui/implot.cpp:3331
↓ 1 callersFunctionTableFixFlags
Helper
src/external/imgui/imgui_tables.cpp:262
↓ 1 callersFunctionTableGetInstanceID
src/external/imgui/imgui_internal.h:3227
↓ 1 callersFunctionTimeLabelSame
src/external/imgui/implot.cpp:1163
↓ 1 callersFunctionU2K_AsyncReadManagerThreaded_SyncRequest
src/library/UnityHacks.cpp:1238
↓ 1 callersFunctionU5_AsyncReadManagerThreaded_WaitDone
src/library/UnityHacks.cpp:1189
↓ 1 callersFunctionU6_SyncReadRequest
src/library/UnityHacks.cpp:1358
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
src/external/imgui/imgui_draw.cpp:2431
↓ 1 callersFunctionUpdateInput
src/external/imgui/implot.cpp:1828
↓ 1 callersFunctionUpdateWindowInFocusOrderList
src/external/imgui/imgui.cpp:5584
↓ 1 callersMethodUpdateWorkRect
src/external/imgui/imgui_internal.h:1697
↓ 1 callersFunctionVKeyToXKeysym
src/library/inputs/winekeyboardlayout.cpp:64
↓ 1 callersFunctionXDefineCursor
Override */
src/library/inputs/xpointer.cpp:138
↓ 1 callersFunctionXFilterEvent
src/library/xlib/xevents.cpp:598
↓ 1 callersFunctionXFreeEventData
src/library/xlib/xevents.cpp:674
↓ 1 callersFunctionXGetEventData
src/library/xlib/xevents.cpp:650
↓ 1 callersFunctionXGetInputFocus
Override */
src/library/inputs/xkeyboard.cpp:80
↓ 1 callersFunctionXGetWindowProperty
src/library/xlib/xwindows.cpp:293
↓ 1 callersFunctionXIGetSelectedEvents
src/library/inputs/xinput.cpp:73
← previousnext →1,501–1,600 of 6,352, ranked by callers