get_mshape🔗
Short description🔗
get_mshape — Query the current mouse pointer shape.
Warning🔗
This operator does not work in an HDevelop graphics window opened with
dev_open_window.
Signature🔗
get_mshape( window WindowHandle, out string Cursor )
Description🔗
get_mshape returns the name of the pointer shape set for
the window. The mouse pointer shape can be used in the
operator set_mshape.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
WindowHandle (input_control) window → (handle)
Window handle.
Cursor (output_control) string → (string)
Mouse pointer name.
Result🔗
get_mshape returns the value 2 (H_MSG_TRUE).
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
See also
Module🔗
Foundation