Mouse gesture components
TJvMouseGestureHook
Events | JvMouseGesture | Members | Methods | Properties | Class Hierarchy | See Also
Class Hierarchy
TComponent
    TJvMouseGestureHook
TJvMouseGestureHook = class(TComponent)
File
Description
This class implements a application wide mouse hook for mouse gestures. Programmers get only one event for a detected mouse gesture:

OnJvMouseGestureCustomInterpretation

See Also
Events
Event Description
OnJvMouseGestureCustomInterpretation Set the event to be executed if a gesture will be detected
Legend
published
Members
Properties
Property Description
ActivationMode If property is set to

Active TRUE if component is active, otherwise FALSE. Can be changed during runtime
CurrentHook contains the handle of the currently installed hook
HookInstalled true if a hook is installed

handle of hook

MouseButton Set the mouse key to be used for start/stop gesture
Events
Event Description
OnJvMouseGestureCustomInterpretation Set the event to be executed if a gesture will be detected
Methods
Method Description
Create Standard constructor

TJvMouseGestureHook

CreateForThreadOrSystem Create the hook. Maybe used in a later version as a new constructor to enable system wide hooks ...
Destroy Standard destructor
Legend
published
read only
virtual
protected
Links
Copyright (c) 2003 by Project JEDI. All rights reserved.