From: Marco Cimarosti
Message: 3489
Date: 2004-08-27
> > I meant, that "part" ("piece", "chunk", whatever) ofYou wouldn't be able to type, if there wasn't such a thing, somewhere.
> > software which handles cursor movements and editing
> > actions, [...]
>
> Well there is no such thing.
> Certainly no part of the OS. The keyboard map is partNo centralized code for handling of arrow or delete keys? So every
> of the OS. Input methods are part of the OS. Rendering
> is part of the OS. And all of these are modular.
> There is no central place which handles deleting etc.Which is exactly what you said did not exist...
> For widgest/gadgets/controls (whatever each OS calls
> them) there may be OS code which treats these events
> in a uniform way.
> Outside these, in the main windowCan't the main window of an editor be a standard control? E.g., the main
> of an editor or anything else which is not a standard
> control,
> there are only events which are passed toGUI applications do receive an event for every key press, but they normally
> the application. Every application can do whatever it
> wants.
> > Of course, this "module" can just be a piece of anAnd very few Windows applications implement their special handling of arrows
> > applicative program (also the display module can:
> > not all applications use Uniscribe or similar
> > system-level facilities), but most typically it is a
> > service supplied by the system.
>
> Well there are very few Windows applications which
> don't use Uniscribe at all.