G2_BG2ControlPriority

構文

#include <iris/gx_bgcnt.h>

void G2_BG2ControlPriority(G2_BG2CNT_PRIORITY priority);

引数

priority BG2の表示優先順位

返り値

なし。

説明

BG2の表示優先順位を設定します。

typedef enum
{
    G2_BG2CNT_PRIORITY_0 = 0,
    G2_BG2CNT_PRIORITY_1 = 1,
    G2_BG2CNT_PRIORITY_2 = 2,
    G2_BG2CNT_PRIORITY_3 = 3
}
G2_BG0CNT_PRIORITY;

参照

履歴

2003/12/01 初版