Strange mouse issue...

Started by
0 comments, last by Endurion 19 years, 7 months ago
I might know what is causing this already, but I thought I'd throw it out into the forum to see if anyone else is experiencing the problem. What's happening is when I create my directX window. (Everything is displaying... etc... etc) In fullscreen mode I can move my mouse cursor to the top of the screen and move the window! It ends up causing lost devices etc. Is this a problem with DirectX summer update 2004? If not I need revisit how im handling my mouse i think.
Advertisement
This sounds like your windows styles still have the caption in them. For fullscreen you should make a window with WS_POPUP only. No borders, no caption.

If you have toggling from window to fullscreen and vice versa you can change the windows styles on the fly with GetWindowLong and SetWindowLong using GWL_style.

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

This topic is closed to new replies.

Advertisement