Skip to content

fplWindowDropFiles Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

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

#include <final_platform_layer.h>

Data Fields

Type Name
size_t fileCount
Number of dropped files.
const char ** files
File paths (Do not release this memory, it's automatically released after the event is processed).
fplMemoryBlock internalMemory
The internal memory block, do not touch.

Detailed Description

A structure containing number and dropped files information.

Definition at line 9728 of file final_platform_layer.h.

Field Documentation

fileCount

size_t fplWindowDropFiles::fileCount

Number of dropped files.

Definition at line 9734 of file final_platform_layer.h.

files

const char** fplWindowDropFiles::files

File paths (Do not release this memory, it's automatically released after the event is processed).

Definition at line 9732 of file final_platform_layer.h.

internalMemory

fplMemoryBlock fplWindowDropFiles::internalMemory

The internal memory block, do not touch.

Definition at line 9730 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally