• In progress
  • CursorOn

    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