Description: This is a mouse gestures on the screen to track the realization of the code, Delphi/C++ Builder 2010 began supporting gestures, you can easily set the associated properties and methods, but failed to provide end-user visualization components or methods, this thing is an attempt to remedy this problem a simple solution. To use the gesture tracking, will be gesturetracker.pas simply adding to your Delphi/C++ Builder project can be. GlobalGestureTracker global variable you can adjust the relevant parameters.
File list (Check if you may need any files):
CBuilder Demo
.............\CBDemo.cbproj
.............\CBDemo.cbproj.local
.............\CBDemo.cpp
.............\CBDemo.res
.............\cbmain.cpp
.............\cbmain.dfm
.............\cbmain.h
.............\gesturetracker.hpp
.............\gesturetracker.pas
Dephi Demo
..........\delphidemo.dpr
..........\delphidemo.dproj
..........\delphidemo.dproj.local
..........\delphidemo.identcache
..........\delphidemo.res
..........\delphimain.dfm
..........\delphimain.pas
..........\gesturetracker.pas
Source
......\gesturetracker.pas