SDL  2.0
fontMapping Struct Reference

Data Fields

SDL_Scancode scancode
 
int allow_no_mod
 
SDL_Keymod mod
 
int index
 

Detailed Description

Definition at line 30 of file keyboard.c.

Field Documentation

◆ allow_no_mod

int fontMapping::allow_no_mod

Definition at line 33 of file keyboard.c.

Referenced by keyToGlyphIndex().

◆ index

int fontMapping::index

Definition at line 35 of file keyboard.c.

Referenced by keyToGlyphIndex().

◆ mod

SDL_Keymod fontMapping::mod

Definition at line 34 of file keyboard.c.

Referenced by keyToGlyphIndex().

◆ scancode

SDL_Scancode fontMapping::scancode

Definition at line 32 of file keyboard.c.

Referenced by keyToGlyphIndex().


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