Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js387 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; variable
1517 var trow = IsRotated ? row : 7 - row;
1518 var tcol = IsRotated ? 7 - col : col;