SM_GainFocus, SM_LoseFocus

This commit is contained in:
Glenn Maynard
2003-11-25 21:57:00 +00:00
parent 1df2544777
commit 076a9a84ab
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -23,6 +23,8 @@ enum ScreenMessage {
SM_BeginFadingOut,
SM_GoToNextScreen,
SM_GoToPrevScreen,
SM_GainFocus,
SM_LoseFocus,
SM_User = 100
};