2#include "button_presser.hpp"
3#include <geometry/rectangle.hpp>
17 void ofset(
int x,
int y);
19 void set_drag(
int to_x,
int to_y);
22 void set_midi(
int x,
int y, uint8_t
midi);
23 void set_bool(
int x,
int y,
bool boolean);
24 void set_double_press(
int x,
int y);
25 void set_drag(
int from_x,
int from_y,
int to_x,
int to_y);
26 void set_drop(
int x,
int y);
28 int get_target_x()
const {
return target_x; }
29 int get_target_y()
const {
return target_y; }
Serves as the root of the widget tree. Also provides access to buttons componnents.
Definition base_controller.hpp:10
Provides the geometric structure of widgets.
Definition rectangle.hpp:8