RVVM icon indicating copy to clipboard operation
RVVM copied to clipboard

Online demo: Input/SDL/other problems

Open LekKit opened this issue 2 years ago • 2 comments

  • Buttons HID_KEY_MINUS and HID_KEY_EQUAL aren't reported, even tho native SDL build works fine
  • Any way to lazy load the FS image? Downloading entire rootfs at page load seems wasteful. Tried using synchronous XHR, but it seems overly complicated and not supported well in Emscripten.
  • No way to use touch keyboard on Android, etc. Needs help from JS side.
  • Host cursor is visible (Minor nuisance for proper cursor integration)
  • When in fullscreen, input isn't working at all
  • ~~Temporary mouse/keyboard lockups (Perhaps I2C HID related?)~~

LekKit avatar Dec 24 '22 19:12 LekKit

HID lockups fixed by 44fcc7b

LekKit avatar Feb 22 '23 10:02 LekKit

Lazy image loading is blocked on a missing Emscripten feature, and should be done on their side. WASMFS project will hopefully bring this functionality soon.

LekKit avatar Feb 22 '23 10:02 LekKit