| Re: [AD] drag  and drop win32 | 
[ Thread Index | 
Date Index
| More lists.liballeg.org/allegro-developers Archives
] 
On Fri, Nov 14, 2003 at 12:35:25AM +1100, aj wrote:
> i know about  win_get_window()  im looking for the win_proc hook Robert is 
> talking about.
> do you know where to find that ?
Bob said:
When you have the HWND (through win_get_window()), you can add your own
WinProc hook which can piggy-back on Allegro's. From there, it's a
trivial matter to intercept any of the WM_ messages.
so it seems to me that you can just use the normal Windows way of handling
this. Not that I'd know how, you understand ;)
Evert