Yesterday, 08:35 AM
Actually it is not a replacement but a new function compatible with _KEYHIT
You can call it like this:
You can call it like this:
Code: (Select All)
Function checkKey&
$If _CONSOLE_ = 2 Then
Declare Library "./cKeyhit"
Function cKeyhit ()
End Declare
checkKey& = cKeyhit
$Else
checkKey& = _Keyhit
$End If
End Function
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience