mml-io / mml

Metaverse Markup Language
https://mml.io
MIT License
121 stars 13 forks source link

Click Position Data #115 #122

Closed sachamorgese closed 11 months ago

sachamorgese commented 11 months ago

Closes #115 This PR adds the position of the click relative to the origin of element. The position can be retrieved in:

{ ... details: { ... position: { x: number; y: number; z: number; } } }


What kind of changes does your PR introduce? (check at least one)

Does your PR introduce a breaking change? (check one)

If yes, please describe its impact and migration path for existing applications:

Does your PR fulfill the following requirements?