mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 09:01:53 +00:00
Add a simple clock window to guitest2.
This is driven by mousedown events right now, since there are no timers.
This commit is contained in:
parent
2dc9c86bad
commit
e04ba0a83c
Notes:
sideshowbarker
2024-07-19 15:54:31 +09:00
Author: https://github.com/awesomekling
Commit: e04ba0a83c
7 changed files with 113 additions and 10 deletions
|
@ -123,7 +123,7 @@ void GTextBox::keydown_event(GKeyEvent& event)
|
|||
}
|
||||
}
|
||||
|
||||
void GTextBox::timerEvent(GTimerEvent&)
|
||||
void GTextBox::timer_event(GTimerEvent&)
|
||||
{
|
||||
// FIXME: Disable the timer when not focused.
|
||||
if (!is_focused())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue