Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TTSDL_RenderCopyEx

Declaration

Source position: libsdl2.pas line 1580

type TTSDL_RenderCopyEx = function(

  renderer: PSDL_Renderer;

  texture: PSDL_Texture;

  const srcrect: PSDL_Rect;

  dstrect: PSDL_Rect;

  angle: Double;

  center: PSDL_Point;

  flip: Integer

):SInt32;



CT Web help

CodeTyphon Studio