Skip to content
#

mouse-events

Here are 206 public repositories matching this topic...

Animeshz
Animeshz commented Dec 30, 2020

Current implementation only allows to specify one KeySet when calling some function in the Keyboard.

But that's not really idiomatic, in sense that we may want to do something like (Key.LeftCtrl or Key.RightCtrl) + K combination, in this case we can add two different handler for that (or create a lambda in a variable and call the function twice), but in some parts like suspensive waiting for

enhancement good first issue

Improve this page

Add a description, image, and links to the mouse-events topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mouse-events topic, visit your repo's landing page and select "manage topics."

Learn more