-
Notifications
You must be signed in to change notification settings - Fork 1
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
Exception on input handling #68
Comments
Hi @Dan-Crane thanks for reporting I guess you run into #35 , there are some special cases for input handling on different platforms. If you have a suggestion on how to improve don't hesitate to get in touch :) |
Oops, didn't notice🙈 |
No worries, we are currently working on adding further default traits/system to backbone, if you checkout the "Dash Tennis" project you can see that it has traits & systems for sprite and text handling. The plan is to introduce systems that can also directly render, so people can but don't have to use a sprite component just for drawing. |
@Dan-Crane, can you check if the latest merges into main fixed your issue? |
@skyne98, no, the problem is still there. Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.3, on macOS 13.1 22C65 darwin-arm64, locale en-RU)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.75.1)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
• No issues found! |
Holla :)
I get an exception when I release the mouse button outside the screen area.
Video
exception_2.mov
Logs:
Stacktrace leads to this place:
backbone/lib/prelude/input/mod.dart
Line 117 in c3ecf08
The text was updated successfully, but these errors were encountered: