c++ d3d11 cursor
anyone know best way to insert a custom cursor as my cod4 d3d11 menu i can't click it for some reason it's like the menu is under the actually screen if that makes any sense in php terms index -z so just wondering best way to insert a custom mouse cursor to be able to click the menu ..
You can't, that's not how a d3d works. You gotta work something else out to make that work, but it's useless. Use keyboard.
Best thing to do is get the cursor location and draw a costum cursor over it. And if the menu would be actually under the screen you would't be able to see it.