caiiiycuk / js-dos

The best API for running dos programs in browser
https://js-dos.com
1.03k stars 129 forks source link

Add api to control user_cursor_emulation/user_cursor_lock of dosbox-x emulation #318

Open caiiiycuk opened 3 months ago

caiiiycuk commented 3 months ago

related to #316

currently it's locked to:

        user_cursor_emulation = MOUSE_EMULATION_LOCKED;
        user_cursor_locked = true;
caiiiycuk commented 3 months ago

related to #246