Searched refs:no_input (Results 1 – 6 of 6) sorted by relevance
32 no_input = False variable482 global no_input483 if no_input:492 elif no_input:530 if init_on_touch or not no_input:604 if args.no_input:605 global no_input606 no_input = True
33 no_input = False variable882 global no_input883 if no_input:900 elif no_input:976 if init_on_touch or not no_input:1106 if args.no_input:1107 global no_input1108 no_input = True
43 bool no_input; member
94 int no_input; member380 x11_input_create(struct x11_backend *b, int no_input) in x11_input_create() argument386 if (no_input) in x11_input_create()937 if (!b->no_input) in x11_output_enable()1840 b->no_input = config->no_input; in x11_backend_create()1884 if (x11_input_create(b, config->no_input) < 0) { in x11_backend_create()
2918 { WESTON_OPTION_BOOLEAN, "no-input", 0, &config.no_input }, in load_x11_backend()