c# - Fullscreen app prevents hotkeys -
i've developed wpf application registers hotkeys using com interop , processes them using wndproc.
the hotkeys work when application doesn't have focus. however, don't work when fullscreen appications have focus (games). there way me fix this?
thanks!
the disabling of hotkeys design , far know not can it.
full screen directx applications (typically games) call idirectdraw::setcooperativelevel ddscl_fullscreen , ddscl_exclusive flags results in, amongst other things, registered hotkeys being disabled.
Comments
Post a Comment