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

TSDL_CreatePopupWindow

Declaration

Source position: libsdl3.pas line 5387

type TSDL_CreatePopupWindow = function(

  parent: PSDL_Window;

  offset_x: LongInt;

  offset_y: LongInt;

  w: LongInt;

  h: LongInt;

  flags: TSDL_WindowFlags

):PSDL_Window;



CT Web help

CodeTyphon Studio