Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing properties: document.pointerLockElement and MouseEvent.movement #2437

Closed
ghost opened this issue Mar 20, 2015 · 2 comments
Closed

Missing properties: document.pointerLockElement and MouseEvent.movement #2437

ghost opened this issue Mar 20, 2015 · 2 comments
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to

Comments

@ghost
Copy link

ghost commented Mar 20, 2015

Hello.

I stumbled across some problems with missing properties when implementing webGL camera movement.

Those listed below are not declared in lib.d.ts file:

  • document.pointerLockElement
  • MouseEvent.movementX
  • MouseEvent.movementY

Can we please have this fixed in the upcoming releases?

@danquirk
Copy link
Member

I assume this has the same problems as our usual .d.ts issues where we're relying on IE's definitions to generate the typings file.

@danquirk danquirk added Bug A bug in TypeScript Revisit An issue worth coming back to Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels Mar 20, 2015
@ghost
Copy link
Author

ghost commented Mar 21, 2015

Maybe relying on W3C or Mozilla's data-source would make much more sense (even Mozilla's experimental features are on a par with or W3 upcoming standards).

@mhegazy mhegazy added this to the TypeScript 1.6 milestone Mar 25, 2015
@mhegazy mhegazy self-assigned this Mar 25, 2015
@mhegazy mhegazy assigned zhengbli and unassigned mhegazy Apr 7, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Apr 17, 2015
@mhegazy mhegazy closed this as completed Apr 17, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to
Projects
None yet
Development

No branches or pull requests

3 participants