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

A structure containing window event data (Size, Position, etc.) More...

#include <final_platform_layer.h>

Data Fields

union { 
 
   fplWindowDropFiles   dropFiles 
 Drop files. More...
 
   fplWindowPosition   position 
 Window position. More...
 
   fplWindowSize   size 
 Window size. More...
 
};  
 
fplWindowEventType type
 Window event type.
 

Detailed Description

A structure containing window event data (Size, Position, etc.)

Definition at line 5923 of file final_platform_layer.h.

Field Documentation

◆ dropFiles

fplWindowDropFiles fplWindowEvent::dropFiles

Drop files.

Definition at line 5932 of file final_platform_layer.h.

◆ position

fplWindowPosition fplWindowEvent::position

Window position.

Definition at line 5930 of file final_platform_layer.h.

◆ size

fplWindowSize fplWindowEvent::size

Window size.

Definition at line 5928 of file final_platform_layer.h.

◆ type

fplWindowEventType fplWindowEvent::type

Window event type.

Definition at line 5925 of file final_platform_layer.h.


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