Re: SFML Wrapper Error?
- Posted by Icy_Viking Jun 13, 2019
- 1259 views
petelomax said...
Icy_Viking said...
integer alt = peek4s(event+8) integer control = peek4s(event+13) integer shift = peek4s(event+16)
I have to say that I would be quite surprised if that should not be
integer alt = peek4s(event+8) integer control = peek4s(event+12) integer shift = peek4s(event+16)
I did test with changing the +13 part to +12 and I still got the routine bad number error after I changed them to integer values just for testing purposes. I had to change them back to atom types for it to work again.