query_mshape🔗
Short description🔗
query_mshape — Query all available mouse pointer shapes.
Warning🔗
This operator does not work in an HDevelop graphics window opened with
dev_open_window.
Signature🔗
query_mshape( window WindowHandle, out string ShapeNames )
Description🔗
query_mshape returns the names of all available mouse
pointer shapes for the window. These can be used in the
operator set_mshape. If no mouse pointers are
available, the empty tuple is returned.
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.
ShapeNames (output_control) string-array → (string)
Available mouse pointer names.
Result🔗
query_mshape returns the value 2 (H_MSG_TRUE).
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
See also
Module🔗
Foundation