Home
last modified time | relevance | path

Searched refs:K_WINDOWS_ON_TOP (Results 1 – 3 of 3) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dkeys.h93 extern el_key_def K_WINDOWS_ON_TOP; /*!< key used to toggle the windows_on_top option */
H A Dkeys.c95 el_key_def K_WINDOWS_ON_TOP = {SDLK_w, KMOD_LALT, "#K_WINDOWS_ON_TOP"}; variable
148 &K_VIEWTEXTASOVERTEXT, &K_WALK, &K_WINDOWS_ON_TOP, &K_WINSCALEDEF, &K_WINSCALEDOWN,
H A Dgamewin.c1937 else if (KEY_DEF_CMP(K_WINDOWS_ON_TOP, key_code, key_mod)) in keypress_root_common()