Skip to content

E_BitfieldOrientations

Michael edited this page Jun 12, 2020 · 1 revision

This is an enum representing the possible orientations of an EmuBitfield element. As you can imagine, there only two of them are useful on a 2D screen.

enum E_BitfieldOrientations {
    HORIZONTAL  = 0,
    VERTICAL    = 1,
};
Clone this wiki locally