mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibGUI: Start bringing up GTextBox in the standalone world.
This commit is contained in:
parent
57fb027216
commit
d72575d196
10 changed files with 165 additions and 121 deletions
|
@ -99,16 +99,6 @@ enum class GMouseButton : byte {
|
|||
Middle = 4,
|
||||
};
|
||||
|
||||
enum GKeyboardKey {
|
||||
Invalid,
|
||||
LeftArrow,
|
||||
RightArrow,
|
||||
UpArrow,
|
||||
DownArrow,
|
||||
Backspace,
|
||||
Return,
|
||||
};
|
||||
|
||||
class GKeyEvent final : public GEvent {
|
||||
public:
|
||||
GKeyEvent(Type type, int key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue