hgeSprite::GetFlip
Returns the current sprite flipping.
void GetFlip(
bool *bX,
bool *bY
);
Parameters
- bX
- Pointer to a bool. If true, the sprite is flipped horizontally.
- bY
- Pointer to a bool. If true, the sprite is flipped vertically.
Requirements
Header: hgesprite.h
Import library: hgehelp.lib
See also
SetFlip
|