working keydown

This commit is contained in:
Jorijn van der Graaf 2025-11-10 20:02:11 +01:00
commit 6210e9c99b
12 changed files with 975 additions and 401 deletions

View file

@ -7,8 +7,6 @@ HtmlElement* input = new HtmlElement("textInput");
HtmlElement* output = new HtmlElement("output");
int main(){
// Click event
button->AddClickListener([&]() {
output->SetInnerHTML("Button was clicked!");