Jump to content
Sign in to follow this  
Pavel Jiran

Gesture event in Delphi 10.4.1

Recommended Posts

Hello,

 

       I found out, after installing RAD Studio 10.4., that behavior of  event “OnGesture” was changed. This event gives parameter EventInfo: TGestureEventInfo.

TGestureEventInfo is record, which has item “Flags”. It announces state of gesture – start (gfBegin) and end (gfEnd) of gesture. Delphi 10.4 returns event with start flag (gfBegin) but flag “gfEnd” after finishing gesture is missing.

It worked well in Delphi 10.3.

Has anybody tip, how to overcome it?  I think it is bug of edition 10.4.

 

                          Thanks

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×