X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fsdl2%2Fsdltouch.inc;h=b1facdba6b87e0055c4f04ee092cc64dd49dfc91;hb=c737ec14212534a2b7069615641afdf329ea8cb4;hp=92b6a6865f05786f8b20409ad2b1f54bab2e5320;hpb=30bcb89f4decd5b5885ebde1fbb943b6563b1e3e;p=d2df-sdl.git diff --git a/src/lib/sdl2/sdltouch.inc b/src/lib/sdl2/sdltouch.inc index 92b6a68..b1facdb 100644 --- a/src/lib/sdl2/sdltouch.inc +++ b/src/lib/sdl2/sdltouch.inc @@ -40,4 +40,3 @@ function SDL_GetNumTouchFingers(touchID: TSDL_TouchID): SInt32 cdecl; external S * Get the finger object of the given touch, with the given index. *} function SDL_GetTouchFinger(touchID: TSDL_TouchID; index: SInt32): PSDL_Finger cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetTouchFinger' {$ENDIF} {$ENDIF}; -