Searched refs:IsRotated (Results 1 – 1 of 1) sorted by relevance
387 if (!e.shiftKey || IsRotated) { FlipBoard(); }473 if (IsRotated) { square = String.fromCharCode(72-col,49+row); }507 boardShortcut("E7", "flip board", function(t,e){ if (!e.shiftKey || IsRotated) { FlipBoard(); } }, …1013 var IsRotated = false; variable1517 var trow = IsRotated ? row : 7 - row;1518 var tcol = IsRotated ? 7 - col : col;