MythTV
master
|
#include "mythscreentype.h"
Go to the source code of this file.
Classes | |
struct | KeyDefinition |
class | MythUIVirtualKeyboard |
A popup onscreen keyboard for easy alphanumeric and text entry using a remote control or mouse. More... | |
Enumerations | |
enum | PopupPosition : std::uint8_t { VK_POSABOVEEDIT = 1, VK_POSBELOWEDIT, VK_POSTOPDIALOG, VK_POSBOTTOMDIALOG, VK_POSCENTERDIALOG } |
Preferred position to place virtual keyboard popup. More... | |
enum PopupPosition : std::uint8_t |
Preferred position to place virtual keyboard popup.
Enumerator | |
---|---|
VK_POSABOVEEDIT | |
VK_POSBELOWEDIT | |
VK_POSTOPDIALOG | |
VK_POSBOTTOMDIALOG | |
VK_POSCENTERDIALOG |
Definition at line 9 of file mythvirtualkeyboard.h.