fixed issue when migrating mouse listeners
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
3088a9dfed
commit
7c7352a0eb
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ const mouse = {
|
|||
mouse.listen[name] = {
|
||||
onwheel: new Observer(),
|
||||
onmousemove: new Observer(),
|
||||
btn: {},
|
||||
};
|
||||
|
||||
// Button specific items
|
||||
|
|
Loading…
Reference in a new issue