1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-09-19 20:14:58 +00:00

minor format update

This commit is contained in:
boxgaming 2023-05-13 08:52:52 -05:00
parent eb605ac9f7
commit dd0ad667b7

View file

@ -1921,7 +1921,7 @@ var GX = new function() {
// -----------------------------------------------------------------
function _mouseInput() {
// TODO: need to decide whether to keep this here
// it is not needed for GX only to support QB64
// it is not needed for GX - only to support QB64
var mi = _mouseInputFlag;
_mouseInputFlag = false;
return mi;