You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if this cross-platform functionality was exposed as a Cinder function (as @axjxwright wrote, this can be done using Cocoa: [NSEvent modifierFlags] and Windows: GetAsyncKeyState()).
The text was updated successfully, but these errors were encountered:
When trying to find out which modifier keys were pressed during a
fileDrop()
event, I found it was necessary to "roll my own" custom solution. (see https://discourse.libcinder.org/t/getting-keyboard-modifiers-in-filedrop/2043)It would be nice if this cross-platform functionality was exposed as a Cinder function (as @axjxwright wrote, this can be done using Cocoa:
[NSEvent modifierFlags]
and Windows:GetAsyncKeyState()
).The text was updated successfully, but these errors were encountered: