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 @@ -123,7 +123,7 @@ class Keyboard : public SubsystemInterface
123123 WideChar getPrintableKey ( KeyDefType key, Int state );
124124 enum { MAX_KEY_STATES = 3 };
125125private:
126- void changeFocus (); // /< called internally when window lost focus and regained focus
126+ void changeFocus (); // /< called internally when window has lost focus and has regained focus
127127protected:
128128
129129 /* * get the key data for a single key, KEY_NONE should be returned when
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ void Keyboard::regainFocus()
775775}
776776
777777// -------------------------------------------------------------------------------------------------
778- // called internally when window lost focus and regained focus
778+ // called internally when window has lost focus and has regained focus
779779// -------------------------------------------------------------------------------------------------
780780void Keyboard::changeFocus ()
781781{
You can’t perform that action at this time.
0 commit comments