Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dhud.c240 struct ncinput tmpni; in menu_or_hud_key() local
249 memcpy(&tmpni, ni, sizeof(tmpni)); in menu_or_hud_key()
252 memcpy(&tmpni, ni, sizeof(tmpni)); in menu_or_hud_key()
254 if(tmpni.evtype == NCTYPE_RELEASE){ in menu_or_hud_key()
258 if(tmpni.id == 'H' && !tmpni.alt && !tmpni.ctrl){ in menu_or_hud_key()
262 if(tmpni.id == 'P' && !tmpni.alt && !tmpni.ctrl){ in menu_or_hud_key()
266 if(tmpni.id == 'U' && !tmpni.alt && tmpni.ctrl){ in menu_or_hud_key()
270 if(tmpni.id == 'd' && tmpni.alt && !tmpni.ctrl){ in menu_or_hud_key()
274 if(tmpni.id == 'L' && !tmpni.alt && tmpni.ctrl){ in menu_or_hud_key()
281 if(tmpni.id == 'R' && !tmpni.alt && tmpni.ctrl){ in menu_or_hud_key()
[all …]