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