public interface SpriteZeroListener
API.addSpriteZeroListener()
. Implementations of this type are called back
immediately after the sprite zero flag is set.Modifier and Type | Method and Description |
---|---|
void |
spriteZeroHit(int scanline,
int scanlineCycle)
Invoked when the sprite zero flag is set.
|
void spriteZeroHit(int scanline, int scanlineCycle)
scanline
- The scanline in which the sprite zero hit occurred.scanlineCycle
- The dot within the scanline in which the sprite zero
hit occurred.API.setSpriteZeroHit(boolean)
,
API.isSpriteZeroHit()
Copyright © 2017 nintaco.com
Nintaco is free software; you can redistribute it and/or modify it under the terms of LGPLv2.1.