You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/mah/graphics/LovyanGFX/examples_for_PC/CMake_WASM/LGFX_WASM.cpp:12:20: error: no member named 'sdl_event_handler' in 'lgfx::Panel_sdl'
12 | lgfx::Panel_sdl::sdl_event_handler();
| ~~~~~~~~~~~~~~~~~^
Environment ( 実行環境 )
Problem Description ( 問題の内容 )
Expected Behavior ( 期待される動作 )
compiles and builds WASM output
Actual Behavior ( 実際の動作 )
make fails
Steps to reproduce ( 再現のための前提条件 )
build log
I assume this is an issue with either the SDL (release-2.24.2) and/or the LovyanGFX example/SDL support code @imliubo have a suggestion?
thanks in advance,
Michael
The text was updated successfully, but these errors were encountered: