mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
remove a handful of warnings
This commit is contained in:
@@ -961,7 +961,7 @@ public class PJOGL extends PGL {
|
||||
InputEvent.ALT_MASK);
|
||||
|
||||
char keyChar;
|
||||
if ((int)nativeEvent.getKeyChar() == 0) {
|
||||
if (nativeEvent.getKeyChar() == 0) {
|
||||
keyChar = PConstants.CODED;
|
||||
} else {
|
||||
keyChar = nativeEvent.getKeyChar();
|
||||
|
||||
Reference in New Issue
Block a user