Skip to content

Commit

Permalink
fix: windows driver build
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 29, 2024
1 parent 123e465 commit c38edfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func parseConInputEvent(event xwindows.InputRecord, buttonState *uint32, windowS
return event
}

key.baseCode = runes[0]
key.BaseCode = runes[0]
if kevent.KeyDown {
return KeyPressMsg(key)
}
Expand Down

0 comments on commit c38edfe

Please sign in to comment.