Article | 60000190 |
Type | Bug |
Product | Engine |
Version | 6007 |
Date Added | 6/25/2007 |
Fixed | (6/25/2007) |
Submitted by |
Summary
In Delphi MouseDown, MouseMove,MouseUp are automatically created with Integer values for x,y instead of Double values
Solution
Fixed in version 6008 by adding new events with new specific ids than default Microsoft SDK ids.
Instead must be used the following events
MouseDownEx,MouseMoveEx,MouseUpEx events