Unclear documentation
In the file clients/eventdemo.c we see around line 354 (function motion_handler
):
354 * \param x absolute x position
355 * \param y absolute y position
356 * \param x x position relative to the window
357 * \param y y position relative to the window
Question is are x
and y
absolute or relative?
Edited by albert