May 25, 2012
1:40 p.m.
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