File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class Keyboard : public SubsystemInterface
120120 WideChar getPrintableKey ( KeyDefType key, Int state );
121121 enum { MAX_KEY_STATES = 3 };
122122private:
123- void refreshAltKeys () const ; // /< refresh the state of the alt keys after alt tab
123+ void refreshAltKeys () const ; // /< refresh the state of the alt keys, necessary after alt tab
124124protected:
125125
126126 /* * get the key data for a single key, KEY_NONE should be returned when
Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ void Keyboard::resetKeys( void )
763763}
764764
765765// -------------------------------------------------------------------------------------------------
766- // Refresh the state of the alt keys after alt tab
766+ // Refresh the state of the alt keys, necessary after alt tab
767767// -------------------------------------------------------------------------------------------------
768768void Keyboard::refreshAltKeys () const
769769{
You can’t perform that action at this time.
0 commit comments