TileLayer.hBlankInterrupt

Emulates horizontal blanking interrupt effects, like per-line scrolling. line no -1 indicates that no lines have been drawn yet.

class TileLayer
public @nogc
void delegate(int line, ref int sX0, ref int sY0) hBlankInterrupt;

Meta