|
stmm-input-doc
0.17.0
|
Functions | |
| const std::vector< HARDWARE_KEY > & | get () noexcept |
Returns the defined HARDWARE_KEY values as an ordered vector (HK_NULL excluded). More... | |
| bool | isValid (HARDWARE_KEY eKey) noexcept |
| Tells whether a key is valid. More... | |
|
noexcept |
Returns the defined HARDWARE_KEY values as an ordered vector (HK_NULL excluded).
The singleton vector is only created when this function is first called.
|
noexcept |
Tells whether a key is valid.
HK_NULL is not considered a valid key by this function!
| eKey | The key to check. |
1.8.13