Record TSDL_DropEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_DropEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public file_: PAnsiChar;
Public windowID: cuint32;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_DROPBEGIN or SDL_DROPFILE or SDL_DROPTEXT or SDL_DROPCOMPLETE

Public file_: PAnsiChar;
 
Public windowID: cuint32;

The file name, which should be freed with SDL_free(), is NIL on begin/complete


Generated by PasDoc 0.16.0.