1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS. https://qb64.com
Go to file
Galleon 3928325615 Primarily implements gamepad support (via _DEVICES, STICK/STRIG)
Corrects dependency detection bug in prev update which rendered _SCREENIMAGE unusable
Implements new command _FPS which limits the maximum hardware fps (primarily for throttling SUB _GL) [default is 60]
Usage example:
        _FPS 100
2015-01-18 04:20:57 -08:00
internal Primarily implements gamepad support (via _DEVICES, STICK/STRIG) 2015-01-18 04:20:57 -08:00
LICENSE Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
programs Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
source Primarily implements gamepad support (via _DEVICES, STICK/STRIG) 2015-01-18 04:20:57 -08:00
cyberbit.ttf Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
qb64_start_osx.command Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_lnx.sh Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_osx.command Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
setup_win.bat Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00