Arokip / fdl_demo_app

A demo app for fdl.
9 stars 8 forks source link

Multiple component selection with CTRL+LMB or Rubber band selection with either LMB or RMB. #1

Closed shujaatak closed 6 months ago

shujaatak commented 3 years ago

LMB = Left Mouse Button RMB = Right Mouse Button

Arokip commented 3 years ago

As far as I know it's not currently easy or not even possible to detect RMB click in Flutter. I an not sure about ctrl+mouse. This is multiplatform app and on mobile devices there is no mouse so the gestures will be adapted for all types of devices.

Multiple selection will be implemented soon in this demo.

shujaatak commented 3 years ago

This is multiplatform app and on mobile devices there is no mouse so the gestures will be adapted for all types of devices.

Very valid reason!

shujaatak commented 3 years ago

Although someone who want to support desktop platforms can right platform specific code wherever needed.