formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility
Description
Show or hide the mouse cursor. This will show or hide the mouse cursor on the screen. It does not count the number of times it has been called, so passing a value of TRUE will immediately show the cursor regardless of how many calls have been made with the value of FALSE to hide the cursor. It does not change the cursor bitmap.
Plugin Prototype
void fzrt_show_cursor(
show ) |
Parameters
show [Input]
boolean value, TRUE to show current cursor, FALSE to hide cursor
Returns
FZRT_NOERR on success, an error id otherwise.
Availability
5.0.0.0
Function Set
Defined in