We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65588 commit 3011abeCopy full SHA for 3011abe
common/src/main/kotlin/com/lambda/gui/api/LambdaGui.kt
@@ -80,7 +80,6 @@ abstract class LambdaGui(
80
}
81
82
final override fun keyPressed(keyCode: Int, scanCode: Int, modifiers: Int): Boolean {
83
- println(KeyCode.virtualMapUS(keyCode, scanCode))
84
val translated = KeyCode.virtualMapUS(keyCode, scanCode)
85
onEvent(GuiEvent.KeyPress(translated))
86
0 commit comments