@@ -1722,7 +1722,7 @@ begin
if Assigned( touch_PPress ) Then
touch_PPress( ID );
end else
- if ( touchDown[ ID ] ) and ( Pressure = 0 ) Then
+ if ( touchDown[ ID ] ) and ( Pressure <= 0 ) Then
begin
touchDown[ ID ] := FALSE;
touchUp[ ID ] := TRUE;
@@ -25,7 +25,7 @@ unit zgl_touch;
interface
const
- MAX_TOUCH = 5;
+ MAX_TOUCH = 32;
function touch_X( Finger : Byte ) : Integer;
function touch_Y( Finger : Byte ) : Integer;