UNPKG

248 BJavaScriptView Raw
1export var ListenerType;
2(function(ListenerType) {
3 ListenerType["mouse"] = "mouse";
4 ListenerType["touch"] = "touch";
5 ListenerType["keyboard"] = "keyboard";
6})(ListenerType || (ListenerType = {}));
7
8//# sourceMappingURL=interfaces.js.map
\No newline at end of file