|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ShowCursor
The ShowCursor function displays or hides the cursor.
int ShowCursor(
BOOL bShow // cursor visibility flag );
Parameters
bShow
Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one.
Return Values
The return value specifies the new display counter.
Remarks
This function sets an internal display counter that determines whether the cursor should be displayed. The cursor is displayed only if the display count is greater than or equal to 0. If a mouse is installed, the initial display count is 0. If no mouse is installed, the display count is -1.
See Also
ClipCursor, GetCursorPos, SetCursor, SetCursorPos
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ShowCursor
Функция ShowCursor отображает или прячет курсор.
int ShowCursor(
ФЛАГ видимости курсора BOOL bShow // );
Параметры
bShow
Определяет должен внутренний дисплейный счетчик быть увеличен или decremented. Если bShow - ИСТИНА, дисплейный счет увеличен одним. Если bShow - ЛОЖЬ, дисплейный счет - decremented одним.
Обратные Величины
Обратная величина определяет новый дисплейный счетчик.
Замечания
Эта функция устанавливает внутренний дисплейный счетчик, который определяет должен курсор быть отображен. Курсор отображается только если дисплейный счет больше, чем или равный 0. Если мышь установлена, начальный дисплейный счет - 0. Если никакая мышь не установлена, дисплейный счет - -1.
Смотри Также
ClipCursor, GetCursorPos, SetCursor, SetCursorPos
|
|
|
|
| |