Author Topic: Bitmap Fonts  (Read 1777 times)

0 Members and 2 Guests are viewing this topic.

Peter

  • Guest
Bitmap Fonts
« on: November 26, 2011, 07:55:34 AM »
Deleted
« Last Edit: April 11, 2015, 10:17:35 AM by Peter »

Charles Pegge

  • Guest
Re: Bitmap Fonts
« Reply #1 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.