struct EE::Scene::EventDispatcher::PendingMouseWheelEvent

#include <eventdispatcher.hpp>

struct PendingMouseWheelEvent {
    // fields

    Vector2f offset;
    bool flipped;
};