Date: Tue, 28 Apr 92 12:15:48 GMT From: kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: MouseGetEvent Status: O I figured it out. The (non Event based / old) version of MouseGetEvent() works well - I told here of eaten events when the mouse is not moved. Nothing!- It was my fault. I looked at the code. I forgot to define in the call of MouseGetEvent to include M_LEFT_UP, M_MIDDLE_UP, M_RIGHT_UP into the event mask. If I do that, everything works fine. --Chris