We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move camera underneath a non-moving pointer, check the lastWorldPos is not updated.
lastWorldPos should match the reality of the current pointer, camera and game world.
lastWorldPos
lastWorldPos is only updated on pointer move
Use pointer.lastScreenPos with screen.screenToWorldCoordinates. https://excaliburjs.com/api/class/Screen/#screenToWorldCoordinates
pointer.lastScreenPos
screen.screenToWorldCoordinates
The text was updated successfully, but these errors were encountered:
This issue hasn't had any recent activity lately and is being marked as stale automatically.
Sorry, something went wrong.
fix: [#3078] Pointer lastWorldPosition updates when the camera does
0b41304
closes: #3078
fix: [#3078] Pointer lastWorldPosition updates when the camera does (#…
e14f866
…3245) Closes #3078
Successfully merging a pull request may close this issue.
Steps to Reproduce
Move camera underneath a non-moving pointer, check the lastWorldPos is not updated.
Expected Result
lastWorldPos
should match the reality of the current pointer, camera and game world.Actual Result
lastWorldPos
is only updated on pointer moveEnvironment
Current Workaround
Use
pointer.lastScreenPos
withscreen.screenToWorldCoordinates
.https://excaliburjs.com/api/class/Screen/#screenToWorldCoordinates
The text was updated successfully, but these errors were encountered: