ImGui_ImplSDL2_NewFrame

Whether to use the implemetation defined in D, or link against compiled ImGUI backend.

  1. void ImGui_ImplSDL2_NewFrame(SDL_Window* window)
    version(CIMGUI_USER_DEFINED_IMPLEMENTATION_SDL)
    void
    ImGui_ImplSDL2_NewFrame
    (
    SDL_Window* window
    )
  2. pImGui_ImplSDL2_NewFrame ImGui_ImplSDL2_NewFrame;

Meta