hgeSprite::SetFlip

Flips the sprite horizontally and/or vertically.

void SetFlip(
  bool bX,
  bool bY
);

Parameters

bX
If true, the sprite will be flipped horizontally.
bY
If true, the sprite will be flipped vertically.

Requirements

Header: hgesprite.h
Import library: hgehelp.lib

See also

GetFlip