Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMouseDownUpEvent Type

This event occurs whenever a mouse button is pressed / released.

Pascal
TVFMouseDownUpEvent = procedure (Button: TVFMouseButton; X, Y: Integer; Ctrl, Shift, Alt, LeftDown, RightDown, MiddleDown: Boolean) of object;
C++
(Button: TVFMouseButton; X, Y: Integer; Ctrl, Shift, Alt, LeftDown, RightDown, MiddleDown: Boolean) ( TVFMouseDownUpEvent)();
C#
TVFMouseDownUpEvent
Visual Basic
TVFMouseDownUpEvent
Java
TVFMouseDownUpEvent
IDL
(Button: TVFMouseButton; X, Y: Integer; Ctrl, Shift, Alt, LeftDown, RightDown, MiddleDown: Boolean) ( TVFMouseDownUpEvent)();
JavaScript
TVFMouseDownUpEvent

MediaPlayerTypes

Parameters 
Description 
Button 
Mouse button. 
X. 
Y. 
Ctrl 
Ctrl pressed. 
Shift 
Shift pressed. 
Alt 
Alt pressed. 
LeftDown 
Left mouse button pressed. 
RightDown 
Right mouse button pressed. 
MiddleDown 
Middle mouse button pressed. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!