tmp
This commit is contained in:
parent
fb374e71e4
commit
6d02137dca
7 changed files with 40 additions and 40 deletions
|
|
@ -23,9 +23,9 @@ namespace tp {
|
|||
return;
|
||||
}
|
||||
|
||||
mIsHover = getHandle().isInside(events.getPos());
|
||||
mIsHover = getHandle().isInside(events.getPointer());
|
||||
|
||||
if (events.isPressed() && mIsHover) {
|
||||
if (events.isPressed(InputID::MOUSE1) && mIsHover) {
|
||||
mResizeInProcess = true;
|
||||
} else if (!events.isDown()) {
|
||||
mResizeInProcess = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue