Lines Matching refs:show_highlight
37 private bool show_highlight = false;
113 show_highlight = false;
432 bool display_mouse_highlight = !show_highlight // no mouse highlight if keyboard one
437 bool display_keybd_highlight = show_highlight
441 bool display_ghost_highlight = !show_highlight
458 … bool highlight_on = show_highlight || (mouse_is_in && show_mouse_highlight && test_placing_tile);
519 if (show_highlight && game.test_placing_tile (highlight_x, highlight_y, out move))
772 if (show_highlight || show_mouse_highlight || (highlight_state != 0))
775 if (show_highlight)
790 if (show_highlight
810 show_highlight = true;
811 else if (!show_highlight)
953 if (!show_highlight)
1147 if (show_highlight
1205 if (show_mouse_highlight && show_highlight)
1207 show_highlight = false;
1233 show_highlight = false;
1265 if (show_highlight && (key == "space" || key == "Return" || key == "KP_Enter"))
1376 show_highlight = false;
1377 else if (show_highlight)
1380 show_highlight = true;