gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
qwerty.hpp
Go to the documentation of this file.
1
2#pragma once
3#include "../keyboard_layout.hpp"
4
5namespace ui {
6namespace layout {
7
12 const char *row1(bool upper, bool alt) const override;
13 const char *row2(bool upper, bool alt) const override;
14 const char *row3(bool upper, bool alt) const override;
15};
16
18static const QwertyLayout qwerty;
19
20} // namespace layout
21} // namespace ui
A generic interface for keyboard layouts.
Definition keyboard_layout.hpp:10
The QWERTY keyboard layout.
Definition qwerty.hpp:11
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.