I was trying something like this:

temp.x = mouse_pos.x;
temp.y = mouse_pos.y;

vec_to_screen(temp,camera);

vec_to_angle(me.tilt, temp);

it almost work but it's moving sideways and not just only its tilt, thanks for the replay.