![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cGridArray.h>
Public Member Functions | |
void | SetSize (int cx, int cy) |
void | Scroll (int dx, int dy) |
TYPE_ARG | GetAt (int x, int y) |
void | SetAt (int x, int y, TYPE_ARG arg) |
This is a Variable sized (sparse) 2d array It supplies functions to allow scrolling in any direction.
|
inline |
|
inline |
destructive Scroll the elements in the grid.
|
inline |
|
inline |