igGetIO() private method

private igGetIO ( ) : NativeIO*
return NativeIO*
Beispiel #1
0
 public static unsafe IO GetIO() => new IO(ImGuiNative.igGetIO());
Beispiel #2
0
        public static unsafe void LoadDefaultFont()
        {
            NativeIO *ioPtr = ImGuiNative.igGetIO();

            ImGuiNative.ImFontAtlas_AddFontDefault(ioPtr->FontAtlas);
        }