Implements Hotkey form.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CFormHotkey :public virtual IFormHotkey, public CForm
{
public:
static const String ClassName; // Class name
HOTKEY getValue() override;
bool setValue(const HOTKEY &value) override;
// Since 9.0.0
void ActivateFirstEnabledInput() override;
CFormHotkey(IWindow *window, IRenderer *renderer);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/Hotkey/FormHotkey.h |