Class ImPlatformFuncViewportFloat

java.lang.Object
imgui.callback.ImPlatformFuncViewportFloat

public abstract class ImPlatformFuncViewportFloat extends Object
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, String)
  • Constructor Details

    • ImPlatformFuncViewportFloat

      public ImPlatformFuncViewportFloat()
  • Method Details

    • accept

      public abstract void accept(ImGuiViewport vp, float f)