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
SelectRectの選択が要素外のポインター移動を反映しない問題があります。
onPointerDownを指定した要素の外にカーソルを移動した場合でも、rectが更新されることを期待します。
rectはonPointerDownを指定した要素内のポインター移動のみを反映しています。
The text was updated successfully, but these errors were encountered:
fix: Bug: SelectRectの選択が要素外のポインター移動を反映しない #8
2b8b00a
Merge pull request #9 from /issues/8
513fb23
この問題は #9 によって修正されました。
Sorry, something went wrong.
^8.2.7
0cfa2e4
017c19b
toshusai
No branches or pull requests
概要
SelectRectの選択が要素外のポインター移動を反映しない問題があります。
期待される動作
onPointerDownを指定した要素の外にカーソルを移動した場合でも、rectが更新されることを期待します。
実際の動作
rectはonPointerDownを指定した要素内のポインター移動のみを反映しています。
スクリーンキャスト
SelectRect.mov
The text was updated successfully, but these errors were encountered: