-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.GetCursorXY
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Function GetCursorXY(Optional VideoIndex As Integer) As REALbasic.Point
Returns the mouse position relative to the video's unscaled size (i.e. not in screen pixels.) VLC supports multiple video streams. If you want a stream other than the first/only one, pass the index.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"