mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
|
declare var _default: {
|
||
|
touch: boolean;
|
||
|
mspointer: boolean;
|
||
|
wheelEvent: any;
|
||
|
};
|
||
|
export default _default;
|