Activation event

I made a simple windowed application. I have to know if the mouse cursor
is on my
window or not.

If I run it on Linux when the window has not mouse coverage I receive an
activation
event, I handle it and everything goes well.
Why if I run it on win32 (with SDL-dib.dll) the beahviour isn’t the
same?
I put in program some outputs of the state of SDL_Event->active (of
field type, gain
and state) and I noticed that when the cursor goes out there are no
events generated.

It can be a SDL bug or a Enzo’s bug ? :slight_smile:

Thanks in advance.
Enzo