I do not know if I am posting the right way, appologies if I am not because I am just new on this forum. I just have a querry about the output window when I do coding in sodbeans with C language. Whenever I run my codes in the sodbeans then press Ctrl + 4 to go to the outputs window, my screen reader doesn't read the displayed outputs there. I can't even here anything when I press the arrow keys of my computer. Do I still need to download other plugins or additional software for sodbeans or my screen...
I have that problem I try the first tutorial on game use Libraries.Game.Game /* This is a default class for creating a game in Quorum. Note that the Main action begins by calling StartGame(), which loads a window a game can be displayed in. The action CreateGame is where the game should load any assets, like images to be displayed, frames of animation, or sounds to be played. */ class Main is Game /* This action, Main, starts our computer program. In Quorum, programs always begin from Main. */ action...