mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fix typo
This commit is contained in:
@@ -936,7 +936,7 @@ public class PSurfaceJOGL implements PSurface {
|
||||
KeyEvent tke = new KeyEvent(nativeEvent, nativeEvent.getWhen(),
|
||||
KeyEvent.TYPE, peModifiers,
|
||||
keyChar,
|
||||
keyCode,
|
||||
0,
|
||||
nativeEvent.isAutoRepeat());
|
||||
|
||||
sketch.postEvent(tke);
|
||||
|
||||
Reference in New Issue
Block a user