VisioForge Video Edit SDK (Delphi / ActiveX)
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
PHP
TVFMouseDownUpEvent

VideoEditTypes

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. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!