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

Mouse left down event.

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

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!