Normeus
Normeus
Just had to change servers , went for a cheaper server
Lets see if this year I can adjust stuff
InitSprite()
InitKeyboard()
InitMouse()
OpenWindow(0, 0, 0, 0, 0, "FullScreen", #PB_Window_BorderLess | #PB_Window_Maximize)
OpenWindowedScreen(WindowID(0), 0, 0, WindowWidth(0), WindowHeight(0))
Repeat
Repeat : Until WindowEvent() = 0
ClearScreen(RGB(75, 0, 130))
ExamineKeyboard()
FlipBuffers()
Until KeyboardReleased(#PB_Key_Escape)
Sample code
A sample code taken from a random question at the board.