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

[Flock][Feature] - Desktop stylus support #17

Open
CodeDoctorDE opened this issue Nov 5, 2024 · 0 comments
Open

[Flock][Feature] - Desktop stylus support #17

CodeDoctorDE opened this issue Nov 5, 2024 · 0 comments
Labels
feature flock Relates to the Flock, a fork of Flutter

Comments

@CodeDoctorDE
Copy link

CodeDoctorDE commented Nov 5, 2024

Flutter Issue Ticket Link:
Windows: flutter/flutter#65248 and flutter/flutter#102836
Linux: flutter/flutter#63209

Why didn't Flutter implement this?
I don't know, it's the most important aspect of a cross platform solution to support all input devices. For me it's not really a feature, it should be considered as a bug.

Why does this belong in Flock?
Flock is mainly trying to improve desktop support and this is one of the aspects that needs to be improved.


For each of the following sections, check if the existing Flutter ticket has this information. If not, add that information here. If it does, delete the following sections. Also, delete this note.

Describe the solution you'd like
I tried to add support for windows but failed (flutter/engine#46163). Sadly I couldn't get any help from their discord.
The current input system shows touch as input type.

Additional context
In the long run we need to migrate from WM_TOUCH events in the windows platform to WM_POINTER to allow getting pressure, rotation, ... (which was added in windows 8).

@CodeDoctorDE CodeDoctorDE added feature flock Relates to the Flock, a fork of Flutter labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature flock Relates to the Flock, a fork of Flutter
Projects
None yet
Development

No branches or pull requests

1 participant