mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix hitbox of emoji key"
This commit is contained in:
commit
11ce0545ee
@ -193,7 +193,7 @@ public class DynamicGridKeyboard extends Keyboard {
|
|||||||
public void updateCorrdinates(final int x, final int y) {
|
public void updateCorrdinates(final int x, final int y) {
|
||||||
mCurrentX = x;
|
mCurrentX = x;
|
||||||
mCurrentY = y;
|
mCurrentY = y;
|
||||||
getHitBox().offsetTo(x, y);
|
getHitBox().set(x, y, x + getWidth(), y + getHeight());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user