bsamuels453 / With-Fire-and-Iron

Airship combat simulator I'm working on in my spare time. Most of the code is based on one of my older sim projects, Forge. Check out the issues section to see what modules I'm working on at the moment.
2 stars 0 forks source link

Control delegation system #14

Closed bsamuels453 closed 11 years ago

bsamuels453 commented 11 years ago

Need to solve issue of multiple gamestates querying the same input devices. Use events to allow gamestates to request focus for a certain input key/device, with callbacks for focus changing.

bsamuels453 commented 11 years ago

doesnt include mouse stuff*

bsamuels453 commented 11 years ago

it might be easier just to do event dispatches for specific keys, and to prevent those dispatches when required.

bsamuels453 commented 11 years ago

this feature is being grouped into #33