aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-01-27 15:03:04 +0100
committerAndre Weissflog <floooh@gmail.com>2024-01-27 15:03:04 +0100
commita716d7e30cdf6cfe0f75f5aa0163653676127bdd (patch)
treed669f8ad95f9e4cd04233ec161cf3953723da5e0
parentae82d252fd0084caaaa475340af69da1afc09c08 (diff)
sokol_app.h: minor comment fix
-rw-r--r--sokol_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h
index 0693fb89..70c928e6 100644
--- a/sokol_app.h
+++ b/sokol_app.h
@@ -5425,7 +5425,7 @@ _SOKOL_PRIVATE EM_BOOL _sapp_emsc_key_cb(int emsc_type, const EmscriptenKeyboard
send_keyup_followup = true;
}
- // 'character events' will always need to bubble up, otherwise the browser
+ // 'character key events' will always need to bubble up, otherwise the browser
// wouldn't be able to generate character events.
if (!_sapp_emsc_is_char_key(_sapp.event.key_code)) {
consume_event |= !_sapp.desc.html5_bubble_key_events;