Hide the cursor on demand in omniverse WebRTC view
I used the solution provided here two-mouse-cursors-visible to disable the cursor once the app launches. Now I want to disable the with the python sdk via settings carb.settings.get_settings().set_bool("/app/window/drawMouse", False)
but nothing happens, only the setting value changes.
How can I enforce the mouse rendering/visibility change at runtime?
Forgot to mention that we are developing a isaac sim extension where it seems we have no access to any kit app with settings interface instance. Is there any way to get this app from the extension context?