if (keyboard_check(ord("Q"))) var_blur_amount += 0.01; if (keyboard_check(ord("A"))) var_blur_amount -= 0.01;