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