You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm working on a project to create an animated cursor overlay written in JavaScript that works even when the browser is not in interactive mode. I've created a javascript to animate the cursor and an Advance Scene Switcher Macro to capture the Cursor position.
The problem this Feature Request solves is sending the cursor location to a browser source from Advanced Scene Switcher.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to request an action that sends Cursor and Keyboard Input to a Browser source.
The action could support sending Cursor Position, Cursor Click or Keyboard Key press. These functions are in the OBS API.
The User would select a Browser Source to send to.
The action would get the Cursor's X and Y position input from the Cursor Condition.
Hotkeys conditions could be used to trigger mouse button clicks and keyboard key press.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I wrote a Lua script to implement this idea. It does send the Cursor position to a Browser source.
Another alternative is to use websocket messages and Event listeners to achieve a similar result. Instead of using the JavaScript mouse position function to drive the animation, an Event Listener is used to receive websocket messages that contain the Cursor position.
The OBS API mouse functions are not implemented in the OBS WebSockets API.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for considering this Feature Request.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm working on a project to create an animated cursor overlay written in JavaScript that works even when the browser is not in interactive mode. I've created a javascript to animate the cursor and an Advance Scene Switcher Macro to capture the Cursor position.
The problem this Feature Request solves is sending the cursor location to a browser source from Advanced Scene Switcher.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to request an action that sends Cursor and Keyboard Input to a Browser source.
The action could support sending Cursor Position, Cursor Click or Keyboard Key press. These functions are in the OBS API.
The User would select a Browser Source to send to.
The action would get the Cursor's X and Y position input from the Cursor Condition.
Hotkeys conditions could be used to trigger mouse button clicks and keyboard key press.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I wrote a Lua script to implement this idea. It does send the Cursor position to a Browser source.
Browser Cursor Position Input Lua script
Another alternative is to use websocket messages and Event listeners to achieve a similar result. Instead of using the JavaScript mouse position function to drive the animation, an Event Listener is used to receive websocket messages that contain the Cursor position.
The OBS API mouse functions are not implemented in the OBS WebSockets API.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for considering this Feature Request.
The text was updated successfully, but these errors were encountered: