Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function CursorOn will enable the cursor at driver-level. If the OS has no support for cursor included (SYSGEN_CURSOR) this will not add one. It is usefull in combination with CursorOff.

int CursorOn( void);   

Parameters

none

Return Values

1 on success, 0 if failed or not implemented in display-driver.

Remarks

A cursor will only pop up when calling CursorOn(), if it is not hidden with ShowCursor().

Requirements

OS Versions: Windows CE 5 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib

See Also

CursorOff, cursor

  • No labels