Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

SDL_CreateThread

Declaration

Source position: sdl.pas line 3901

function SDL_CreateThread(

  fn: PInt;

  data: Pointer

):PSDL_Thread; overload;

function SDL_CreateThread(

  fn: SDL_ThreadFunction;

  data: Pointer

):PSDL_Thread; overload;


Documentation generated on: 2023-03-18