Home
last modified time | relevance | path

Searched refs:apply_system_variant (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Doptions.h188 void apply_system_variant(kc_type_t kc_type, kc_variant_t kc_variant);
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Doptions.cc472 self->apply_system_variant((kc_type_t)kc_type, KC_VARIANT_NONE); in on_system_type_changed()
488 …self->apply_system_variant(self->_current_kc_type, (kc_variant_t)self->_current_profile->get_int_v… in on_system_variant_check_button_toggled()
818apply_system_variant((kc_type_t)kc_type, variant == NULL ? KC_VARIANT_NONE : (kc_variant_t)variant… in apply_system_type()
827 apply_system_variant(KC_TYPE_NONE, KC_VARIANT_NONE); in apply_system_type()
945 OptionsWindow::apply_system_variant(kc_type_t kc_type, kc_variant_t kc_variant) { in apply_system_variant() function in OptionsWindow