1 #ifndef MOUSEEVENT_HPP_INCLUDED
2 #define MOUSEEVENT_HPP_INCLUDED
14 std::int32_t X, std::int32_t Y, std::int32_t ClickCount,
bool PopupTrigger,
MouseEvent(MouseEvent &&Obj)=default
MouseEvent(const void *Object)
MouseEvent & operator=(MouseEvent &&Obj)=default
MouseEvent(const MouseEvent &Obj)=default
MouseEvent & operator=(const MouseEvent &Obj)=default
MouseEvent(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 Button)