Skip to content

MTY_DropEvent

chrisd1100 edited this page Aug 25, 2022 · 2 revisions

File drop event.

typedef struct {
    const char * name;
    const void * buf;
    size_t       size;
} MTY_DropEvent;

Members

name (const char *)

The name of file.

buf (const void *)

A buffer containing the contents of the file.

size (size_t)

The size of buf.

See also

Module: App

Clone this wiki locally