Controls.TCMGesture
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
TCMGesture = record Msg: Cardinal; Reserved: Integer; Info: PGestureEventInfo; Result: Integer; end;
Unit: Controls
Type: struct
C++ Information
From Controls.hpp
TCMGesture = class
Unit: Controls
Type: class
Class Fields: Controls.TCMGesture Fields
Description
TCMGesture is used for gesture event messages.
TCMGesture is a record that contains information about a gesture event. TCMGesture is used internally in the VCL framework to pass gesturing information to components.