|
|

楼主 |
发表于 2008-2-6 19:03:00
|
显示全部楼层
Re:full screen mode不要使滑鼠??自俚谝???幕
我?z查一下我的Code,的?有?定DISCL_NONEXCLUSIVE,但是SetCooperativeLevel的return value?s是E_HANDLE (0x80070006).所以我的mouse?是exclusive mode.
// Set the cooperative level on the keyboard
if( FAILED( hr = m_pKeyboard->SetCooperativeLevel( hWnd,
DISCL_NONEXCLUSIVE |
DISCL_FOREGROUND |
DISCL_NOWINKEY
) ) )
return DXTRACE_ERR( L"SetCooperativeLevel", hr );
HRESULT: 0x80070006 (2147942406)
Name: E_HANDLE
Description: Invalid handle
Severity code: Failed
Facility Code: FACILITY_WIN32 (7)
Error Code: 0x0006 (6)
|
|