Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
355 stars 22 forks source link

Scroll control via mouse #166

Open videosmith opened 1 year ago

videosmith commented 1 year ago

Can QPrompt scroll speed be controlled by physical mouse movement (not mouse wheel)? Possibly hiding cursor option if found distracting?

Cuperino commented 1 year ago

It would be possible to add, yes. A middle click on the promting area, or a key press could be used to toggle this mode. Once on, velocity would be computed based on the y-axis distance between the mouse cursor's initial position and how far the cursor is pulled away from that position.

Cuperino commented 1 year ago

My only worry is that seeing the mouse cursor moving could be distracting, see #122. Something would have to be done about this. Re-setting the mouse position could be distracting. Maybe it's necessary to make it invisible or take full control over it. Some things would only be possible by interfacing directly with the OS's mouse APIs.