fix(windows): resolve disappearing cursor after KVM switch (#4407)

This commit is contained in:
tstokes22 2026-01-16 19:45:16 -05:00 committed by GitHub
commit fd2bfaac7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 0 deletions

View file

@ -327,6 +327,10 @@ namespace platf {
// Unimplemented
}
void enable_mouse_keys() {
// Unimplemented
}
void streaming_will_start() {
// Nothing to do
}