Searched refs:ImGuiIO (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_gtk3.cpp | 59 ImGuiIO& io = ImGui::GetIO(); 193 ImGuiIO& io = ImGui::GetIO(); 238 ImGuiIO& io = ImGui::GetIO();
|
| H A D | imgui_impl_opengl3.cpp | 103 ImGuiIO& io = ImGui::GetIO(); 233 ImGuiIO& io = ImGui::GetIO(); 261 ImGuiIO& io = ImGui::GetIO();
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_gtk3.cpp | 59 ImGuiIO& io = ImGui::GetIO(); 193 ImGuiIO& io = ImGui::GetIO(); 238 ImGuiIO& io = ImGui::GetIO();
|
| H A D | imgui_impl_opengl3.cpp | 103 ImGuiIO& io = ImGui::GetIO(); 233 ImGuiIO& io = ImGui::GetIO(); 261 ImGuiIO& io = ImGui::GetIO();
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 18 // ImGuiIO 50 #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert)) 106 struct ImGuiIO; // Main configuration and I/O between your application and ImGui 208 IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags) 907 // User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array 1275 // ImGuiIO 1280 struct ImGuiIO struct 1342 // This is only here to keep ImGuiIO the same size/layout, so that IMGUI_DISABLE_OBSOLETE_FUNCTIONS can exceptionally be used outside of imconfig.h. 1406 IMGUI_API ImGuiIO(); [all...] |
| H A D | imgui_demo.cpp | 308 ImGuiIO& io = ImGui::GetIO(); 718 ImGuiIO& io = ImGui::GetIO(); 2466 ImGuiIO& io = ImGui::GetIO(); 2629 ImGuiIO& io = ImGui::GetIO(); 2757 ImGuiIO& io = ImGui::GetIO(); 2915 ImGuiIO& io = ImGui::GetIO(); 3872 ImGuiIO& io = ImGui::GetIO();
|
| H A D | imgui.cpp | 60 // [SECTION] MAIN USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) 183 ImGuiIO& io = ImGui::GetIO(); 219 ImGuiIO& io = ImGui::GetIO(); 554 A: You can read the 'io.WantCaptureMouse', 'io.WantCaptureKeyboard' and 'io.WantTextInput' flags from the ImGuiIO structure (e.g. if (ImGui::GetIO().WantCaptureMouse) { ... } ) 776 ImGuiIO& io = ImGui::GetIO(); 799 ImGuiIO& io = ImGui::GetIO(); 1076 // [SECTION] MAIN USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) 1144 ImGuiIO::ImGuiIO() function in class:ImGuiIO 1207 void ImGuiIO [all...] |
| H A D | imgui_internal.h | 765 ImGuiIO IO;
|
| H A D | imgui_widgets.cpp | 3139 ImGuiIO& io = g.IO; 4109 ImGuiIO& io = g.IO;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 18 // ImGuiIO 50 #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert)) 106 struct ImGuiIO; // Main configuration and I/O between your application and ImGui 208 IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags) 907 // User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array 1275 // ImGuiIO 1280 struct ImGuiIO struct 1342 // This is only here to keep ImGuiIO the same size/layout, so that IMGUI_DISABLE_OBSOLETE_FUNCTIONS can exceptionally be used outside of imconfig.h. 1406 IMGUI_API ImGuiIO(); [all...] |
| H A D | imgui.cpp | 60 // [SECTION] MAIN USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) 183 ImGuiIO& io = ImGui::GetIO(); 219 ImGuiIO& io = ImGui::GetIO(); 554 A: You can read the 'io.WantCaptureMouse', 'io.WantCaptureKeyboard' and 'io.WantTextInput' flags from the ImGuiIO structure (e.g. if (ImGui::GetIO().WantCaptureMouse) { ... } ) 776 ImGuiIO& io = ImGui::GetIO(); 799 ImGuiIO& io = ImGui::GetIO(); 1076 // [SECTION] MAIN USER FACING STRUCTURES (ImGuiStyle, ImGuiIO) 1144 ImGuiIO::ImGuiIO() function in class:ImGuiIO 1207 void ImGuiIO [all...] |
| H A D | imgui_internal.h | 765 ImGuiIO IO;
|
| H A D | imgui_widgets.cpp | 3139 ImGuiIO& io = g.IO; 4109 ImGuiIO& io = g.IO;
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 792 ImGuiIO& io = ImGui::GetIO(); 1336 ImGuiIO& io = ImGui::GetIO();
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 1133 ImGuiIO& io = ImGui::GetIO();
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 1131 ImGuiIO& io = ImGui::GetIO();
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1031 ImGuiIO& io = ImGui::GetIO(); 1617 ImGuiIO& io = ImGui::GetIO();
|
Completed in 134 milliseconds