Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async event handling is broken on HTML5 #12

Open
JujuAdams opened this issue Dec 5, 2021 · 0 comments
Open

Async event handling is broken on HTML5 #12

JujuAdams opened this issue Dec 5, 2021 · 0 comments
Labels
upstream bug 💧 YYG strikes again

Comments

@JujuAdams
Copy link
Owner

case ev_async_web_networking: _key = "networking"; break;
case ev_async_web: _key = "http"; break;
case ev_async_social: _key = "social"; break;
case ev_async_save_load: _key = "save_load"; break;
case ev_async_dialog: _key = "dialog"; break;
case ev_async_web_steam: _key = "steam"; break;
case ev_async_system_event: _key = "system"; break;

Extracting the correct event name based on event_type and event_number doesn't work in HTML5 for reasons I haven't yet looked into.

@JujuAdams JujuAdams added the upstream bug 💧 YYG strikes again label Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream bug 💧 YYG strikes again
Projects
None yet
Development

No branches or pull requests

1 participant