1 #ifndef KEYEVENT_HPP_INCLUDED
2 #define KEYEVENT_HPP_INCLUDED
13 KeyEvent(
Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers,
14 std::int32_t KeyCode, std::uint16_t KeyChar, std::int32_t KeyLocation);
KeyEvent(const void *Obj)
KeyEvent & operator=(KeyEvent &&Obj)=default
KeyEvent(Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers, std::int32_t KeyCode, std::uint16_t KeyChar, std::int32_t KeyLocation)
KeyEvent(KeyEvent &&Obj)=default
KeyEvent(const KeyEvent &Obj)=default
KeyEvent & operator=(const KeyEvent &Obj)=default