mygui + directx9 cant see mygui's pointer

vkensou

16-12-2013 11:19:29

If mygui work with dx9 ,cant show the mygui's pointer ,only can see the windows' pointer .

but if mygui work with ogre ,the mygui's pointer works normal.

is that a bug ?

Altren

16-12-2013 11:27:49

May be pointer is simply hidden inside application you are running? We hide pointer in our tools and use only system if possible for example.
If you are sure that pointer is not hidden. Does other widgets displayed properly? Check that you inject proper pointer coordinates.

vkensou

16-12-2013 12:32:45

May be pointer is simply hidden inside application you are running? We hide pointer in our tools and use only system if possible for example.
If you are sure that pointer is not hidden. Does other widgets displayed properly? Check that you inject proper pointer coordinates.


i solve the problem now.Because the class PointerManager use win32 pointer in its method createPointerManager. I delete these sentences in createPointerManager. It workes now. Now i can see the mygui's pointer :D