Home
last modified time | relevance | path

Searched defs:nav_gamepad_active (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp7580 bool nav_gamepad_active = (g.IO.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) != 0 && (g.IO.BackendFlags & ImGuiBackendFlags_HasGamepad) != 0; in NavUpdate() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp9283 const bool nav_gamepad_active = (io.ConfigFlags & ImGuiConfigFlags_NavEnableGamepad) != 0 && (io.BackendFlags & ImGuiBackendFlags_HasGamepad) != 0; in NavUpdate() local

Completed in 39 milliseconds