MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / SetForwardTypingDirection

Method SetForwardTypingDirection

Apps/05-Typography/TypographyApp.cpp:491–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void TypographyApp::SetForwardTypingDirection(bool is_forward_typing_direction)
492{
493 if (m_settings.is_forward_typing_direction == is_forward_typing_direction)
494 return;
495
496 m_settings.is_forward_typing_direction = is_forward_typing_direction;
497 UpdateParametersText();
498}
499
500void TypographyApp::SetTextUpdateInterval(double text_update_interval_sec)
501{

Callers 1

OnKeyboardStateActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected