Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxview.h180 int initselx, initsely; // location of initial selection click variable
H A Dwxview.cpp2006 initselx = x; in StartSelectingCells()
2045 if ( abs(initselx - x) < 2 && abs(initsely - y) < 2 && !SelectionExists() ) { in SelectCells()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dview.cpp63 static int initselx, initsely; // location of initial selection click variable
435 if ( abs(initselx - x) < 2 && abs(initsely - y) < 2 && !SelectionExists() ) { in SelectCells()
504 initselx = x; in StartSelectingCells()