Skip to main content

Kyber 0.4.0

· One min read

Input handling and window interaction have been significantly improved in this release. The host machine's cursor shape is now sent to the client at connection time, so you see the right cursor immediately rather than waiting for your first mouse movement. Gamepad plug and unplug events are now reliably forwarded to the host regardless of whether the client window is focused. In relative mouse mode, the cursor is properly confined to the client window, preventing it from drifting outside.

Changelog

  • client: Input/Window interaction improvements
  • Host cursor is now sent to the client on connection
  • Gamepad plug/unplug are sent even if the window isn't focused
  • client: The cursor is now grabbed within the window in relative mode