[Lazarus] Sending messages

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Nov 25 11:09:15 CET 2011


On Fri, Nov 25, 2011 at 10:35 AM, Hans-Peter Diettrich
<DrDiettrich1 at aol.com> wrote:
> This doesn't answer my question. What's the *source* of the processed
> messages?

The usual flow of events for mouse / touch / keyboard events is:

Hardware -> Operating System -> Windowing Library -> LCL Widgetset
Interface-> LCL

Examples:

Hardware -> Windows Kernel -> Windows API -> LCL-Win32 -> LCL

Hardware -> Linux Kernel -> X11 -> LCL-CustomDrawn -> LCL

Hardware -> Linux Kernel -> X11 -> Qt4 -> LCL-Qt -> LCL

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list