working keydown
This commit is contained in:
parent
7350ce0bea
commit
6210e9c99b
12 changed files with 975 additions and 401 deletions
|
|
@ -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!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue