DirectDraw question
FlambardHi all =) I'm writing a 2d engine with DirectDraw 7 and have a strange problem. I was using standart Form Mouse Pointer (mode 99-Custom, +loading different pictures) and everything was fine, but after I reinstalled windows it became very strange. It now looks like it was inverted or something.. Does anybody know what's the problem and how can I fix it, or should I draw Cursor myself and forget about the basic one..? P.S. Sorry for bad english =(
BrykovianIf you're going full-screen DirectDraw, it is probably best to hide the standard Windows pointer and simply Blt one of your own on-screen instead. -Bryk