Skip to content

Commit

Permalink
fix android build StopTextInput error (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoCottret authored Nov 4, 2022
1 parent 1fb4a63 commit c2ebb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string_editor_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ std::pair<bool, std::string> string_editor_window::query_string()
#if defined(__ANDROID__)
on_out_of_scope stop_text_input( []() {
if( get_option<bool>( "ANDROID_AUTO_KEYBOARD" ) ) {
StopTextInput();
SDL_StopTextInput();
}
} );
#endif
Expand Down

0 comments on commit c2ebb51

Please sign in to comment.