Skip to content

libvlc.VLCPlayer.GetCursorXY

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libvlc.VLCPlayer.GetCursorXY

Method signatures

 Function GetCursorXY(Optional VideoIndex As Integer) As REALbasic.Point

Remarks

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.

Clone this wiki locally