Ignore:
Timestamp:
Aug 28, 2002, 10:21:48 AM (23 years ago)
Author:
sandervl
Message:

PF: Added custom function to hide mouse cursor when the primary surface (screen) is locked by the app to prevent display corruption with color/animated mouse pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r8987 r9156  
    123123void WIN32API SetCustomFullScreenMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP);
    124124
     125//Force DirectSurface Lock & Unlock methods to hide & show the mouse cursor
     126BOOL WIN32API SetCustomHideCursorOnLock(BOOL state);
     127
    125128#endif  /*__CUSTOMBUILD_H__*/
    126129
Note: See TracChangeset for help on using the changeset viewer.