码迷,mamicode.com
首页 > Windows程序 > 详细

delphi 手势

时间:2016-03-09 10:32:38      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

delphi手势,左右滑动,

控件的OnGesture事件写代码。

放一个TGestureManager控件。

procedure TForm1.GridPanelLayout1Gesture(Sender: TObject;
  const EventInfo: TGestureEventInfo; var Handled: Boolean);
begin
  case EventInfo.GestureID of
    sgiRight://向右滑动
      begin

      end;
  end;
end;

 

delphi 手势

标签:

原文地址:http://www.cnblogs.com/cb168/p/5256943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!