Fix RDP page: add keyboard and mouse event handling from rdp.wasm example

- Added keyboard classes (Keyboard, EmulatedKeyboard, UnicodeKeyboard) from example.html
- Added mouse event handling functions
- Integrated WebAssembly module loading and RDP client setup
- Added event listeners for canvas focus, keyboard, and mouse events
- Fixed RDP connection flow to match example.html structure
- Added proper input handling and keyboard layout support
- Implemented canvas event management for proper user interaction

This should resolve the RDP connection issue where it was stopping at negotiation phase due to missing user input handling.
parent ccec0a1d
......@@ -149,6 +149,7 @@
</style>
</head>
<body>
<script>alert('Body script executed');</script>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="/">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment