We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
800 480 "raylib [core] example - keyboard input" @initwindow 60 @settargetfps bx.. by.. 400 ->bx 240 ->by while @windowshouldclose not do @key_d @iskeydown if <-bx 2 add ->bx endif @key_a @iskeydown if <-bx 2 sub ->bx endif @key_s @iskeydown if <-by 2 add ->by endif @key_w @iskeydown if <-by 2 sub ->by endif @begindrawing 245 245 245 255 @clearbackground <-bx <-by 50.0 190 33 55 255 @drawcircle @enddrawing loop @closewindow bx~~ by~~