js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

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

Open caiiiycuk opened this issue 1 year ago • 2 comments
trafficstars

related to #316

currently it's locked to:

        user_cursor_emulation = MOUSE_EMULATION_LOCKED;
        user_cursor_locked = true;

caiiiycuk avatar Jul 01 '24 07:07 caiiiycuk