Hi,<br><br>While working with some code, I was trying to figure out the ascii codes for some keys (namely ESC and Return). When I looked how Queen, for example, handled them, it used an enum in queen/input.h to handle the keys. Would it make sense to move this to
events.h so that all engines would have access to it without declaring it individually?<br><br>-clone2727 (Matt)<br>