1#ifndef LIBS_GUI_CEVENTCANVASKEY_HPP_
2#define LIBS_GUI_CEVENTCANVASKEY_HPP_
17 [[nodiscard]]
bool isShift()
const;
20 [[nodiscard]]
bool isKeyC()
const;
21 [[nodiscard]]
bool isKeyV()
const;
22 [[nodiscard]]
bool isKeyX()
const;
25 [[nodiscard]]
bool isKeyUp()
const;
Definition CEventCanvasKey.hpp:7
CEventCanvasKey & operator=(const CEventCanvasKey &other)=delete
bool isCopyShortcut() const
Definition CEventCanvasKey.cpp:69
CEventCanvasKey & operator=(CEventCanvasKey &&other)=delete
bool isDelete() const
Definition CEventCanvasKey.cpp:13
iv::ui::KeysPressed m_keysPressed
Definition CEventCanvasKey.hpp:34
bool isControl() const
Definition CEventCanvasKey.cpp:18
bool isKeyC() const
Definition CEventCanvasKey.cpp:23
CEventCanvasKey(const CEventCanvasKey &other)=delete
~CEventCanvasKey()=default
bool isKeyDown() const
Definition CEventCanvasKey.cpp:38
bool isKeyRight() const
Definition CEventCanvasKey.cpp:43
bool isKeyV() const
Definition CEventCanvasKey.cpp:28
bool isArrowKey() const
Definition CEventCanvasKey.cpp:58
bool isKeyLeft() const
Definition CEventCanvasKey.cpp:53
bool isPasteShortcut() const
Definition CEventCanvasKey.cpp:74
CEventCanvasKey(CEventCanvasKey &&other)=delete
bool isKeyX() const
Definition CEventCanvasKey.cpp:33
bool isShift() const
Definition CEventCanvasKey.cpp:8
bool isCutShortcut() const
Definition CEventCanvasKey.cpp:64
bool isKeyUp() const
Definition CEventCanvasKey.cpp:48
Definition interactionsStructs.hpp:24