stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
15
node_modules/mj-context-menu/js/mouse_navigatable.js
generated
vendored
Normal file
15
node_modules/mj-context-menu/js/mouse_navigatable.js
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.MOUSE = void 0;
|
||||
exports.MOUSE = {
|
||||
CLICK: 'click',
|
||||
DBLCLICK: 'dblclick',
|
||||
DOWN: 'mousedown',
|
||||
UP: 'mouseup',
|
||||
OVER: 'mouseover',
|
||||
OUT: 'mouseout',
|
||||
MOVE: 'mousemove',
|
||||
SELECTEND: 'selectend',
|
||||
SELECTSTART: 'selectstart'
|
||||
};
|
||||
//# sourceMappingURL=mouse_navigatable.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue