$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
AppBinding Struct Reference

Definition of a single key binding with its help metadata. More...

#include <app_binding.h>

Data Fields

int key
 
int mods
 
const char * action
 
const char * desc
 
BindingCategory category
 
BindingType type
 

Detailed Description

Definition of a single key binding with its help metadata.

Field Documentation

◆ action

const char* AppBinding::action

Short action name (e.g. "Move Forward").

◆ category

BindingCategory AppBinding::category

◆ desc

const char* AppBinding::desc

Detailed explanation for the dry-run/hover.

◆ key

int AppBinding::key

GLFW key code.

◆ mods

int AppBinding::mods

GLFW modifier flags (Shift, Ctrl, etc).

◆ type

BindingType AppBinding::type

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