openMSX
Public Attributes | List of all members
openmsx::MsxKeyScanMapping Struct Reference

Keyboard bindings. More...

Collaboration diagram for openmsx::MsxKeyScanMapping:
Collaboration graph
[legend]

Public Attributes

KeyMatrixPosition msx
 
std::array< SDL_Keycode, 3 > hostKeyCodes
 
std::array< SDL_Scancode, 3 > hostScanCodes
 

Detailed Description

Keyboard bindings.

Definition at line 133 of file Keyboard.cc.

Member Data Documentation

◆ hostKeyCodes

std::array<SDL_Keycode, 3> openmsx::MsxKeyScanMapping::hostKeyCodes

Definition at line 135 of file Keyboard.cc.

◆ hostScanCodes

std::array<SDL_Scancode, 3> openmsx::MsxKeyScanMapping::hostScanCodes

Definition at line 136 of file Keyboard.cc.

◆ msx

KeyMatrixPosition openmsx::MsxKeyScanMapping::msx

Definition at line 134 of file Keyboard.cc.


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