1
Audio / Sound playing the moment the key is pressed
« on: March 13, 2023, 02:14:22 pm »
So i want a Sound to play, the moment the button is pressed.
With:
if (Keyboard::isKeyPressed(Keyboard::Space))
the sound playes the moment i let go of the button.
Thanks in advance
With:
if (Keyboard::isKeyPressed(Keyboard::Space))
the sound playes the moment i let go of the button.
Thanks in advance