Shift events if map moves when resized

This commit is contained in:
GriffinR
2025-02-07 14:50:00 -05:00
parent ac6750de44
commit df861b59ad
3 changed files with 15 additions and 3 deletions

View File

@@ -180,6 +180,8 @@ public:
qreal collisionOpacity = 0.5;
static QList<QList<const QImage*>> collisionIcons;
int eventShiftActionId = 0;
void objectsView_onMousePress(QMouseEvent *event);
int getBorderDrawDistance(int dimension);