Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#5
  Alt 31. Mai 2003, 18:49
Zitat:
The ClipCursor function confines the cursor to a rectangular area on the screen. If a subsequent cursor position (set by the SetCursorPos function or the mouse) lies outside the rectangle, the system automatically adjusts the position to keep the cursor inside the rectangular area.
Code:
BOOL ClipCursor(          const RECT *lpRect
);
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat