mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
574 stars 135 forks source link

mouse exposes flags #515

Open EasyLian opened 1 year ago

EasyLian commented 1 year ago

Sometimes it is necessary to identify other combinations of mouse actions.

sbaer commented 1 year ago

What other combinations are you trying to access? This code runs on both Windows and Mac so I want to make sure combinations are available on both platforms.

EasyLian commented 1 year ago

For example, pressing the left mouse button while pressing the right mouse button. Expose this “Flags”, at least we can judge for ourselves。 It is also possible to pass values to a third programming language to do something.