ReactOS 0.4.16-dev-457-g087979e
|
#include <pdevobj.h>
Public Attributes | |
BOOL | Enabled |
SIZEL | Size |
POINTL | HotSpot |
SURFACE * | psurfColor |
SURFACE * | psurfMask |
SURFACE * | psurfSave |
FLONG | flags |
RECTL | Exclude |
BOOL _GDIPOINTER::Enabled |
Definition at line 30 of file pdevobj.h.
Referenced by IntHideMousePointer(), and IntShowMousePointer().
RECTL _GDIPOINTER::Exclude |
Definition at line 39 of file pdevobj.h.
Referenced by MouseSafetyOnDrawEnd(), MouseSafetyOnDrawStart(), and PDEVOBJ_Create().
FLONG _GDIPOINTER::flags |
Definition at line 36 of file pdevobj.h.
Referenced by EngSetPointerShape(), and IntShowMousePointer().
POINTL _GDIPOINTER::HotSpot |
Definition at line 32 of file pdevobj.h.
Referenced by EngMovePointer(), EngSetPointerShape(), IntHideMousePointer(), and IntShowMousePointer().
SURFACE* _GDIPOINTER::psurfColor |
Definition at line 33 of file pdevobj.h.
Referenced by EngSetPointerShape(), and IntShowMousePointer().
SURFACE* _GDIPOINTER::psurfMask |
Definition at line 34 of file pdevobj.h.
Referenced by EngSetPointerShape(), and IntShowMousePointer().
SURFACE* _GDIPOINTER::psurfSave |
Definition at line 35 of file pdevobj.h.
Referenced by EngSetPointerShape(), IntHideMousePointer(), and IntShowMousePointer().
SIZEL _GDIPOINTER::Size |
Definition at line 31 of file pdevobj.h.
Referenced by EngMovePointer(), EngSetPointerShape(), IntHideMousePointer(), and IntShowMousePointer().