struct ImGuiInputEventMouseWheel

Overview

#include <imgui_internal.h>

struct ImGuiInputEventMouseWheel
{
    // fields

    float WheelX;
    float WheelY;
    ImGuiMouseSource MouseSource;
};