Go to the source code of this file.
◆ CommandScreen()
Definition at line 18 of file screen.c.
19{
23
25 {
27 return 0;
28 }
29
31
32
34
35
38
40 {
42 return 1;
43 }
44
46 if (y < 0 || y > (
maxy-1))
47 {
49 return 1;
50 }
51
52
54 {
56 return 1;
57 }
58
61
63 {
65 return 1;
66 }
67
69 if (x < 0 || x > (
maxx-1))
70 {
72 return 1;
73 }
74
75
77 {
79 }
80 else
81 {
84
87 }
88
90
91 if (bSkipText)
93
95
96 if (!bSkipText)
98
99 return 0;
100}
VOID error_req_param_missing(VOID)
VOID SetCursorXY(SHORT x, SHORT y)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
VOID GetScreenSize(PSHORT maxx, PSHORT maxy)
#define ConErrResPuts(uID)
#define ConOutPuts(szStr)
#define STRING_SCREEN_HELP
#define STRING_SCREEN_COL
#define STRING_SCREEN_ROW
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
#define ConOutResPuts(uID)