Get the world space position for a 2d camera screen space position.
Note
This function has been auto-generated from the following Raylib function definition:
Vector2 GetScreenToWorld2D(Vector2 position, Camera2D camera);See also
camera_2d() for creating camera_2d objects.
Other screen functions: 
get_screen_height(),
get_screen_width(),
get_world_to_screen_2d(),
get_world_to_screen_ex(),
get_world_to_screen(),
is_cursor_on_screen(),
load_image_from_screen()
Other world functions: 
get_world_to_screen_2d(),
get_world_to_screen_ex(),
get_world_to_screen()
