calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
167 stars 41 forks source link

Decouple input from actions #319

Open CelticMinstrel opened 1 year ago

CelticMinstrel commented 1 year ago

Currently, player input and the actions they trigger are very tightly coupled. Even worse, keyboard input is implemented in terms of mouse input – it just determines a location and forwards to the mouse input handler.