Open jtkeyva opened 2 months ago
Sure, of course, it's possible. The example provided is a very simple one demonstrating how to control using a touchpad, but you have everything you need to implement more complex interactions. This example is very basic and wasn't designed for more advanced interactions. For example at my workshops I show how to do it smoothly. Maybe I'll update example with this type of interaction when have more time, and you can try yourself and propose PR to the example
Great to know. I tried and failed with the keyboard and feel this is more advanced than that. Maybe if you give me some hints I can try and have a crack at it but I'm in the dark right now.
If keyboard and smooth control are available in the example i feel it will surely help people make cool stuff with your creation. This really could be a big deal for Flutter :)
Hi thanks again for this great work! Up/down/left/right and click work great for selecting stuff.
Are the touch sensitive controls available for things like swiping and more analog type of movements/gestures (like a trackpad)? If not, do you feel this is possible?
Thanks!