tags:

views:

8

answers:

0

I have two window A and B. I have a picture in window A that is clickable and I want to use hand cursor for it. I can set useHandCursor and buttonMode to true and hand cursor works fine as long as window A is in focus. However, if I have window B in focus, the picture in window A no longer use hand cursor until I change the focus back to window A. Is there anyway to get hand cursor to show when the window is not in focus?