RE: [GD-Windows] WM_KILLFOCUS
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2001-12-11 01:31:10
|
See http://msdn.microsoft.com/library/en-us/winui/keybinpt_5z8u.asp Keyboard focus is a property that's passed between the windows in the foreground thread. And if something in your app calls SetFocus(NULL) then the HWND would be NULL and your app would be ignoring keyboard messages. I'm not sure what you would want to retrieve in that case? --brian -----Original Message----- From: Daniel Vogel [mailto:vo...@ep...]=20 Sent: Monday, December 10, 2001 5:18 PM To: Gamedevlists-Windows@Lists. Sourceforge. Net Subject: [GD-Windows] WM_KILLFOCUS From the MSDN docs: "wParam Handle to the window that receives the keyboard focus. This parameter can be NULL." In which cases is it NULL and is there a chance to retrieve the HWND anyways? -- Daniel, Epic Games Inc. |