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