Oxygen Basic

Programming => Example Code => Topic started by: Peter on November 26, 2011, 07:55:34 AM

Title: Bitmap Fonts
Post by: Peter on November 26, 2011, 07:55:34 AM
Deleted
Title: Re: Bitmap Fonts
Post by: Charles Pegge on November 26, 2011, 02:36:46 PM

Thanks Peter,

I have incorporated the update.

GetAsyncKeyState behaves differently in the 64 bit OS, so it was necessary to apply a bit mask wherever it occurs.

    Return GetAsyncKeyState(cKey) and 1

There were 4 places where I made this change.