thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

Fix missing keymapping on windows #84

Closed carangil closed 2 years ago

carangil commented 2 years ago

A recent change to the windows version of pixeltoaster left the translate[] array of keypresses mostly unpopulated. This rolls back the change to the for loop.

thedmd commented 2 years ago

Thanks!