VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFMouseMiddleDownEvent Type

Mouse middle down event.

Pascal
TVFMouseMiddleDownEvent = procedure (X, Y: Integer; Ctrl, Shift, Alt: Boolean) of object;
C++
(X, Y: Integer; Ctrl, Shift, Alt: Boolean) ( TVFMouseMiddleDownEvent)();
C#
TVFMouseMiddleDownEvent
Visual Basic
TVFMouseMiddleDownEvent
Java
TVFMouseMiddleDownEvent
IDL
(X, Y: Integer; Ctrl, Shift, Alt: Boolean) ( TVFMouseMiddleDownEvent)();
JavaScript
TVFMouseMiddleDownEvent
PHP
TVFMouseMiddleDownEvent

VideoCaptureTypes

Parameters 
Description 
X. 
Y. 
Ctrl 
Ctrl pressed. 
Shift 
Shift pressed. 
Alt 
Alt pressed. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!