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
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: TN8001
This was translated by a machine.
Description
Starting with Processing 4.0 Beta 2, some keys can't be entered with the on-screen keyboard.
Steps to Reproduce
Open On-Screen Keyboard (
Ctrl
+Windows
+O
)I can enter it.
alphabet symbol numeric
Tab
Enter
Space
etc.I can't enter it.
BS
Del
arrow keys
Home
PgUp
etc.Your Environment
Possible Causes / Solutions
Since
getModifiers()
was changed togetModifiersEx()
in #67, theBUTTON1_DOWN_MASK
flag is included.I don't think there is a combination with mouse buttons for now or probably in the future, so remove the mouse button mask flag?
The text was updated successfully, but these errors were encountered: