Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplWindowDropFiles Struct Reference

A structure containing number and dropped files informations. More...

#include <final_platform_layer.h>

Data Fields

size_t fileCount
 Number of dropped in files.
 
const char ** files
 File paths (Do not release this memory, its automatically released after the event is processed)
 
fplMemoryBlock internalMemory
 The internal memory block.
 

Detailed Description

A structure containing number and dropped files informations.

Definition at line 5913 of file final_platform_layer.h.

Field Documentation

◆ fileCount

size_t fplWindowDropFiles::fileCount

Number of dropped in files.

Definition at line 5919 of file final_platform_layer.h.

◆ files

const char** fplWindowDropFiles::files

File paths (Do not release this memory, its automatically released after the event is processed)

Definition at line 5917 of file final_platform_layer.h.

◆ internalMemory

fplMemoryBlock fplWindowDropFiles::internalMemory

The internal memory block.

Definition at line 5915 of file final_platform_layer.h.


The documentation for this struct was generated from the following file: