notepad demo update
This commit is contained in:
parent
3a9a2a10b7
commit
6ce59a4d7d
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#define GDISP_NEED_ARC FALSE
|
#define GDISP_NEED_ARC FALSE
|
||||||
#define GDISP_NEED_SCROLL FALSE
|
#define GDISP_NEED_SCROLL FALSE
|
||||||
#define GDISP_NEED_PIXELREAD FALSE
|
#define GDISP_NEED_PIXELREAD FALSE
|
||||||
#define GDISP_NEED_CONTROL FALSE
|
#define GDISP_NEED_CONTROL TRUE
|
||||||
#define GDISP_NEED_MULTITHREAD TRUE
|
#define GDISP_NEED_MULTITHREAD TRUE
|
||||||
#define GDISP_NEED_ASYNC FALSE
|
#define GDISP_NEED_ASYNC FALSE
|
||||||
#define GDISP_NEED_MSGAPI FALSE
|
#define GDISP_NEED_MSGAPI FALSE
|
||||||
|
|
|
@ -75,6 +75,7 @@ int main(void) {
|
||||||
|
|
||||||
gdispInit();
|
gdispInit();
|
||||||
ginputGetMouse(0);
|
ginputGetMouse(0);
|
||||||
|
gdispSetOrientation(GDISP_ROTATE_90);
|
||||||
|
|
||||||
drawScreen();
|
drawScreen();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue