MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / getIO

Method getIO

imgui-binding/src/generated/java/imgui/ImGui.java:221–224  ·  view source on GitHub ↗

Access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags).

()

Source from the content-addressed store, hash-verified

219 * Access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags).
220 */
221 public static ImGuiIO getIO() {
222 _GETIO_1.ptr = nGetIO();
223 return _GETIO_1;
224 }
225
226 private static native long nGetIO(); /*
227 return (uintptr_t)&ImGui::GetIO();

Callers 15

initImGuiMethod · 0.95
showMethod · 0.95
endFrameMethod · 0.95
initMethod · 0.95
shutdownMethod · 0.95
createFontsTextureMethod · 0.95
destroyFontsTextureMethod · 0.95
initMethod · 0.95
shutdownMethod · 0.95
createFontsTextureMethod · 0.95
destroyDeviceObjectsMethod · 0.95
initMethod · 0.95

Calls 1

nGetIOMethod · 0.95

Tested by

no test coverage detected