SDL recieve input while in background

HI, i know about the hint

SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS,"1");

and its great,

what i want is some way to get keyboard and mouse input in background , is there some way to do this with just sdl? or would i have to use some win32 ,

if anyone has any information please post here, thanks in advance!

as far as i know, you can use keyboard and mouse hooks
google SetWindowsHookEx and look MSDN for this

???-??-?? ?:?? ???:?? ???, dos350 :> HI, i know about the hint

SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS,"1");

and its great,

what i want is some way to get keyboard and mouse input in background , is
there some way to do this with just sdl? or would i have to use some win32
,

if anyone has any information please post here, thanks in advance!