8 #ifndef HAVEPRESSED_HPP_ 9 #define HAVEPRESSED_HPP_ 11 #include "ColorProvider.hpp" 12 #include "Element.hpp" 19 virtual bool isPressed()
const;
20 virtual bool setPressed(
bool pressed);
21 virtual bool isPressedAlt()
const;
22 virtual bool setPressedAlt(
bool value);
26 bool lastPressLeft =
false;
27 bool pressedAlt =
false;
28 bool lastPressRight =
false;
Definition: ColorProvider.hpp:15
Definition: Element.hpp:22
Definition: HavePressed.hpp:14