21 class VSG_DECLSPEC ScrollWheelEvent :
public Inherit<WindowEvent, ScrollWheelEvent>
26 ScrollWheelEvent(
Window* in_window, time_point in_time,
const vec3& in_delta) :
27 Inherit(in_window, in_time),
35 void read(
Input& input)
override;
36 void write(
Output& output)
const override;