GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
Keys.h
Go to the documentation of this file.
1#pragma once
2
3#include "Winuser.h"
4
5namespace gui_framework
6{
7 namespace hotkeys
8 {
136
137 enum class additionalKeys : uint32_t
138 {
140 control,
141 alt,
144 leftCtrl,
145 rightCtrl,
146 leftAlt,
147 rightAlt,
148 };
149 }
150}