| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Move cursor to absolute position
void PhMoveCursorAbs( int input_group, 
                      int x, 
                      int y );
ph
This function moves the cursor for input_group to the absolute coordinates specified by x and y.
To determine the current input group, call PhInputGroup(), passing to it the current event, if any.
|  | This function contravenes the standards put forth by the OSF/Motif Style Guide. Most users will be disconcerted if your program changes the pointer position. See section 2.2.3.2 of the OSF/Motif Style Guide (ISBN 0-13-640491-X). | 
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PhMoveCursorRel(), PhQueryCursor()
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |