Record TSDL_DropEvent
Unit
Declaration
type TSDL_DropEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
file_: PAnsiChar; |
|
windowID: cuint32; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_DROPBEGIN or SDL_DROPFILE or SDL_DROPTEXT or SDL_DROPCOMPLETE |
file_: PAnsiChar; |
|
windowID: cuint32; |
|
The file name, which should be freed with SDL_free(), is NIL on begin/complete |
Generated by PasDoc 0.16.0.