dockspce widget initial
This commit is contained in:
parent
fcd0209710
commit
9cc4819524
8 changed files with 72 additions and 12 deletions
|
|
@ -9,11 +9,11 @@ FloatingWidget::FloatingWidget() {
|
|||
}
|
||||
|
||||
void FloatingWidget::eventProcess(const Events& events) {
|
||||
mActionStartRelativePos = events.getPointerPrev() - this->mArea.pos;
|
||||
|
||||
checkFloating(events);
|
||||
checkResizing(events);
|
||||
|
||||
mActionStartRelativePos = events.getPointer() - this->mArea.pos;
|
||||
|
||||
CollapsableMenu::eventProcess(events);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue