lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

`EventHandler` key modifier checks should be `static` #1151

Closed DanRStevens closed 8 months ago

DanRStevens commented 8 months ago

As pointed out (https://github.com/OutpostUniverse/OPHD/pull/1432#issuecomment-1913155675), the EventHandler::shift(KeyModifier mod) function should be static.