]> git.mxchange.org Git - flightgear.git/commit
Fix numeric keypad support on Mac.
authorJames Turner <zakalawe@mac.com>
Thu, 31 Jan 2013 18:42:34 +0000 (18:42 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 31 Jan 2013 18:42:34 +0000 (18:42 +0000)
commit0729b0806ea6f0ad8e3c7b173617c7b4c475745a
tree7505c553398c8a99e741278e45336b49aee07901
parent5b38e00ade51d6b5f058b80eb936d73ddff3a730
Fix numeric keypad support on Mac.

Comments in the code imply osgViewer always sends 'num-lock'-off codes, but that is not the observed behaviour with Cocoa. So adding mappings for the num-locked codes on Mac, which is what people actually want at the moment.
src/Viewer/FGEventHandler.cxx