Does InputEventFetcher really depend on Cursor & Form to install/uninstall
the event fetch process?

install
    "InputEventFetcher install"

    Smalltalk addToStartUpList: self after: Cursor.
    Smalltalk addToShutDownList: self after: Form.

    Default := self new.
    Default startUp


Guille

Reply via email to