#include <inputevent.hpp> struct WheelEvent { // enums enum Direction; // fields Uint32 which; Float x; Float y; Direction direction; };