olegharput
Results
1
comments of
olegharput
check this example: (defun input-keys () (let* ((screen-width 800) (screen-height 450) (ball-position (r::make-vector2 :x (/ screen-width 2.0) :y (/ screen-height 2.0)))) (unwind-protect (progn (r:init-window screen-width screen-height "raylib [core] example -...