We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClickType
It's currently impossible to which number key was used with for ClickType.NUMBER_KEY clicks.
ClickType.NUMBER_KEY
An int number() could simply be added to Click, however that would not be type safe.
int number()
Click
The text was updated successfully, but these errors were encountered:
Sparky983
No branches or pull requests
Motivation
It's currently impossible to which number key was used with for
ClickType.NUMBER_KEY
clicks.Alternatives
An
int number()
could simply be added toClick
, however that would not be type safe.The text was updated successfully, but these errors were encountered: