_BoardY0 is only used within STemWin.
 
Symbols
loading...
Files
loading...

_BoardY0 variable

Syntax

static int _BoardY0;

References

LocationReferrerText
games_win.c:94
static int _BoardY0;
games_win.c:138_CalcBoardDimensions()
_BoardY0 = (r.y1 - (_CellSize << 3)) >> 1;
games_win.c:150_InvalidateCell()
r.y0 = _BoardY0 + (y * _CellSize);
games_win.c:696_HandlePID()
y -= _BoardY0;
games_win.c:756_OnPaint()
for (yPos = _BoardY0, y = 0; y < 8; y++) {

Data Use

Functions writing _BoardY0
Functions reading _BoardY0
all items filtered out
_BoardY0