examinekeyboard needs open(window)screen ?
Posted: Tue Jan 22, 2013 4:58 pm
If Not(InitKeyboard())
End 99
EndIf
If ExamineKeyboard()
If KeyboardReleased(#PB_Key_Pause) Or KeyboardReleased(#PB_Key_Scroll)
Break
EndIf
EndIf
there is no explanation in help.
strange thing it works compiled on my system but it gives error on run.
ps: in help file there is no result for examinekeyboard so there is no need for if in this program?
End 99
EndIf
If ExamineKeyboard()
If KeyboardReleased(#PB_Key_Pause) Or KeyboardReleased(#PB_Key_Scroll)
Break
EndIf
EndIf
there is no explanation in help.
strange thing it works compiled on my system but it gives error on run.
ps: in help file there is no result for examinekeyboard so there is no need for if in this program?