avarsh / ape2d

A data driven, entity-component-system based 2D game engine.
MIT License
0 stars 0 forks source link

SDL key codes require 32 bits #19

Closed avarsh closed 4 years ago

avarsh commented 4 years ago

Currently, the input event hashing function utilities 32 bits for all the information - however SDL key codes in themselves are 32 bit, meaning that we may have to switch to a 64 bit value.