|
@@ -1722,7 +1722,7 @@ begin
|
|
if Assigned( touch_PPress ) Then
|
|
if Assigned( touch_PPress ) Then
|
|
touch_PPress( ID );
|
|
touch_PPress( ID );
|
|
end else
|
|
end else
|
|
- if ( touchDown[ ID ] ) and ( Pressure = 0 ) Then
|
|
|
|
|
|
+ if ( touchDown[ ID ] ) and ( Pressure <= 0 ) Then
|
|
begin
|
|
begin
|
|
touchDown[ ID ] := FALSE;
|
|
touchDown[ ID ] := FALSE;
|
|
touchUp[ ID ] := TRUE;
|
|
touchUp[ ID ] := TRUE;
|