ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Mouse functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
CursorDisplay (Function)
In french: CurseurAffiche
Displays or hides the mouse cursor.
Remark: The mouse caret (used during the input) is not modified.
Example
// -- "Entry" event associated with the edit control
// Hide the mouse cursor (the default arrow)
// when the edit control has focus
CursorDisplay(False)
Syntax
CursorDisplay(<Displayed cursor>)
<Displayed cursor>: Boolean
  • True if the mouse cursor must be displayed,
  • False otherwise.
Remarks
  • CursorDisplay has no effect if no mouse is installed.
  • Only the cursor of the current application is affected by this function: the windows from other applications keep the display status of their cursor.
  • The cursor, even hidden, remains active: you can always click and move the mouse.
Related Examples:
WD Magnifier Complete examples (WINDEV): WD Magnifier
[ + ] This example enables you to zoom part of the screen with a magnifier.
The maximum zoom value is set to 8.
Summary of the example supplied with WINDEV:
The WLanguge function named dCopyBlt() and the WLanguage property named ..Opacity allow you to perform a capture of the Windows desktop at the location of a window without this window appearing in the screen shot.
This example uses this tip to zoom the part of the screen found below the magnifier.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help