Home
last modified time | relevance | path

Searched refs:input_source_names (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp9472 const char* input_source_names[] = { "None", "Mouse", "Nav", "NavKeyboard", "NavGamepad" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT); in ShowMetricsWindow() local
9476 ImGui::Text("ActiveId: 0x%08X/0x%08X (%.2f sec), AllowOverlap: %d, Source: %s", g.ActiveId, g.ActiveIdPreviousFrame, g.ActiveIdTimer, g.ActiveIdAllowOverlap, input_source_names[g.ActiveIdSource]); in ShowMetricsWindow()
9481 ImGui::Text("NavInputSource: %s", input_source_names[g.NavInputSource]); in ShowMetricsWindow()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11542 const char* input_source_names[] = { "None", "Mouse", "Keyboard", "Gamepad", "Nav", "Clipboard" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT); in ShowMetricsWindow() local
11554 Text("ActiveId: 0x%08X/0x%08X (%.2f sec), AllowOverlap: %d, Source: %s", g.ActiveId, g.ActiveIdPreviousFrame, g.ActiveIdTimer, g.ActiveIdAllowOverlap, input_source_names[g.ActiveIdSource]); in ShowMetricsWindow()
11565 Text("NavInputSource: %s", input_source_names[g.NavInputSource]); in ShowMetricsWindow()

Completed in 43 milliseconds