const MX_POINTER_INFO* mx_pointer_info(void)
Returns pointer information
It can be called at any time.
(../include/depui/corepui.c)
(library depui : module corepui)
unsigned mx_pointer_hold(void)
Hold the pointer
If the object handling the current event is pointed to by the pointer
then the object will keep recieving pointer messages even if the pointer
leaves the object. This can be 'turned off' by calling mx_pointer_release()
.
(../include/depui/corepui.c)
If the current object does not have the pointer then this function does nothing. (../include/depui/corepui.c)
This function return non-zero if the pointer has been successfully held.
(../include/depui/corepui.c)
(library depui : module corepui)
unsigned mx_pointer_release(void)
Release the pointer
If the object handling the current event has the pointer held using
mx_pointer_hold()
then this function 'releases' the pointer.
(../include/depui/corepui.c)
If the current object is not holding the pointer then this function does nothing. (../include/depui/corepui.c)
This function return non-zero if the pointer has been successfully released.
(../include/depui/corepui.c)
(library depui : module corepui)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007