24[[nodiscard]] std::optional<hmi::Key>
qtKeyToHmiKey(
int qtKey);
Definition AudioEngine.cpp:15
std::optional< hmi::Key > qtKeyToHmiKey(int qtKey)
Traduit un code Qt::Key en hmi::Key.
Definition QtKeyMap.cpp:12
int hmiKeyToQtKey(hmi::Key key)
Traduit un hmi::Key en code Qt::Key, inverse de qtKeyToHmiKey (LOT-57 TACHE-04).
Definition QtKeyMap.cpp:55
Key
Touche du clavier, identifiée par son code virtuel Win32.
Definition InputState.h:29