Screen effect reveal types

This enumeration specifies the reveal types of effects which can be used.

Synopsis:

 enum {
      SCREEN_REVEAL_TOP = 0   
      SCREEN_REVEAL_RIGHT = 1   
      SCREEN_REVEAL_BOTTOM = 2   
      SCREEN_REVEAL_LEFT = 3   
};

Data:

SCREEN_REVEAL_TOP
Reveal from top.
SCREEN_REVEAL_RIGHT
Reveal from right.
SCREEN_REVEAL_BOTTOM
Reveal from bottom.
SCREEN_REVEAL_LEFT
Reveal from left.

Library:

libscreen

Description: