22 #ifndef BLADERUNNER_UI_CONTAINER_H 23 #define BLADERUNNER_UI_CONTAINER_H 25 #include "bladerunner/ui/ui_component.h" 27 #include "common/array.h" 36 int _handleSpecificNumOfTopLayers;
40 _handleSpecificNumOfTopLayers = 0;
45 void handleMouseMove(
int mouseX,
int mouseY)
override;
46 void handleMouseDown(
bool alternateButton)
override;
47 void handleMouseUp(
bool alternateButton)
override;
48 void handleMouseScroll(
int direction)
override;
51 void handleCustomEventStop(
const Common::Event &evt)
override;
52 void handleCustomEventStart(
const Common::Event &evt)
override;
57 void setHandleSpecificNumOfTopLayers(
int count);
Definition: ui_container.h:33
Definition: keyboard.h:294
Definition: ui_component.h:40
Definition: bladerunner.h:113