Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index d418602..559fdde 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -125,12 +125,18 @@ private slots:
void dragEntity(EntityWidget *entity, int x, int y);
private:
+ void doBoxSelect();
+
typedef QList<EntityWidget *> Entities;
int dragstart_x;
int dragstart_y;
+ int dragstop_x;
+ int dragstop_y;
+
bool is_dragging;
+ bool is_box_selecting;
// zoom factor, as a power of 2
int mapwidget_zoomfactor;