; JoyX()/JoyY() example While Not KeyHit(1) Cls Text 0,0,"Joy X Value: " + JoyX() + " - Joy Y Value:" + JoyY() Wend