[v3 linux] disable noisy onKeyPressEvent handler

This commit is contained in:
Travis McLane 2023-10-31 17:22:36 -05:00
commit 144567410d

View file

@ -1010,8 +1010,8 @@ func onDragNDrop(target unsafe.Pointer, context *C.GdkDragContext, x C.gint, y C
//export onKeyPressEvent
func onKeyPressEvent(widget *C.GtkWidget, event *C.GdkEventKey, userData unsafe.Pointer) C.gboolean {
windowId := uint(*((*C.uint)(userData)))
fmt.Println("onKeyPressEvent", windowId)
// windowId := uint(*((*C.uint)(userData)))
// fmt.Println("onKeyPressEvent", windowId)
/*
windowKeyEvents <- &windowKeyEvent{
windowId: windowID,