1 #ifndef MOUSEWHEELEVENT_HPP_INCLUDED
2 #define MOUSEWHEELEVENT_HPP_INCLUDED
14 std::int32_t X, std::int32_t Y, std::int32_t ClickCount,
bool PopupTrigger,
15 std::int32_t ScrollType, std::int32_t ScrollAmount, std::int32_t WheelRotation);
MouseWheelEvent & operator=(MouseWheelEvent &&Obj)=default
MouseWheelEvent()=default
MouseWheelEvent(const MouseWheelEvent &Obj)=default
MouseWheelEvent(MouseWheelEvent &&Obj)=default
MouseWheelEvent(Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers, std::int32_t X, std::int32_t Y, std::int32_t ClickCount, bool PopupTrigger, std::int32_t ScrollType, std::int32_t ScrollAmount, std::int32_t WheelRotation)
MouseWheelEvent(const void *Object)
MouseWheelEvent & operator=(const MouseWheelEvent &Obj)=default