mirror of https://github.com/jetkvm/kvm.git
- Updated `handleHidRPCKeyboardInput` to return errors directly instead of keys down state. - Refactored `rpcKeyboardReport` and `rpcKeypressReport` to return errors instead of states. - Introduced a queue for managing key down state updates in the `Session` struct to prevent input handling stalls. - Adjusted the `UpdateKeysDown` method to handle state changes more efficiently. - Removed unnecessary logging and commented-out code for clarity. |
||
---|---|---|
.. | ||
hidRpc.ts | ||
stores.ts | ||
useAppNavigation.ts | ||
useFeatureFlag.ts | ||
useHidRpc.ts | ||
useJsonRpc.ts | ||
useKeyboard.ts | ||
useKeyboardLayout.ts | ||
useMouse.ts |