The QWERTY keyboard layout.
More...
#include <qwerty.hpp>
|
| const char * | row1 (bool upper, bool alt) const override |
| | Get the first keyboard row.
|
| |
| const char * | row2 (bool upper, bool alt) const override |
| | Get the second keyboard row.
|
| |
| const char * | row3 (bool upper, bool alt) const override |
| | Get the third keyboard row.
|
| |
The QWERTY keyboard layout.
◆ row1()
| const char * ui::layout::QwertyLayout::row1 |
( |
bool |
upper, |
|
|
bool |
alt |
|
) |
| const |
|
overridevirtual |
Get the first keyboard row.
- Parameters
-
| upper | Whether to return shift/uppercase keys. |
| alt | Whether to return alt keys. |
- Returns
- A list of characters to display as keyboard buttons.
Implements ui::layout::KeyboardLayout.
◆ row2()
| const char * ui::layout::QwertyLayout::row2 |
( |
bool |
upper, |
|
|
bool |
alt |
|
) |
| const |
|
overridevirtual |
Get the second keyboard row.
- Parameters
-
| upper | Whether to return shift/uppercase keys. |
| alt | Whether to return alt keys. |
- Returns
- A list of characters to display as keyboard buttons.
Implements ui::layout::KeyboardLayout.
◆ row3()
| const char * ui::layout::QwertyLayout::row3 |
( |
bool |
upper, |
|
|
bool |
alt |
|
) |
| const |
|
overridevirtual |
Get the third keyboard row.
- Parameters
-
| upper | Whether to return shift/uppercase keys. |
| alt | Whether to return alt keys. |
- Returns
- A list of characters to display as keyboard buttons.
Implements ui::layout::KeyboardLayout.
The documentation for this struct was generated from the following file: