Skip to content

fplGamepadButton Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing properties for a gamepad button (IsDown, etc.). More...

#include <final_platform_layer.h>

Data Fields

Type Name
fpl_b32 isDown
Is button down.

Detailed Description

A structure containing properties for a gamepad button (IsDown, etc.).

Definition at line 9183 of file final_platform_layer.h.

Field Documentation

isDown

fpl_b32 fplGamepadButton::isDown

Is button down.

Definition at line 9185 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