[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> as i can see no problems, i was wondering if allegro has had any changes
> recently ( i am using 4.1.13) that would cause any of the keyboard
> functions to block when the win32 window is not the active window on the
> desktop ?
It depends upon what you call "recently". But I can't recall any relatively
recent changes in the Win32 keyboard code. Note that the keyboard has been
running in DISCL_FOREGROUND mode for a while, so you can't expect to get
key events while in background; as a consequence, readkey() will block until
the window is switched in.
--
Eric Botcazou