Grx.user_convert_user_to_screen
@accepts(int, int)
@returns(none)
def user_convert_user_to_screen(x, y):
# Python wrapper for grx_user_convert_user_to_screen()
Converts x and y from coordinates in the user window to coordinates in the current context.
- x
the X coordinate
- y
the Y coordinate