Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: How to prevent game from switching to windows desktop???

  1. #11

    How to prevent game from switching to windows desktop???

    p(3.14)
    1) Probably you have not set correct flags for window you are using as a backgound to your DX fullscreen surface (so your maximized window still do not cover taskbar). IIRC it sould be something like WS_POPUP and without borders.

    2) It's not recommended to use DirectInput for mouse and keyboard polling under WinXP and later. This is due to DiretInput is emulated on these OSes, so use standard windows input functions for this. DInput should be used only for special controllers (for example force feedback is only supported in DInput).
    There are only 10 types of people in this world; those who understand binary and those who don't.

  2. #12

    How to prevent game from switching to windows desktop???

    Thanks ,Clootie, I'll keep your advice in mind.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •