mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibWeb: Remove needless public
specifiers from event structs
This commit is contained in:
parent
c367063823
commit
4727ee0139
Notes:
github-actions[bot]
2024-08-19 11:31:15 +00:00
Author: https://github.com/trflynn89
Commit: 4727ee0139
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ struct ChromeInputData {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct KeyEvent {
|
struct KeyEvent {
|
||||||
public:
|
|
||||||
enum class Type {
|
enum class Type {
|
||||||
KeyDown,
|
KeyDown,
|
||||||
KeyUp,
|
KeyUp,
|
||||||
|
@ -38,7 +37,6 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MouseEvent {
|
struct MouseEvent {
|
||||||
public:
|
|
||||||
enum class Type {
|
enum class Type {
|
||||||
MouseDown,
|
MouseDown,
|
||||||
MouseUp,
|
MouseUp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue