WindowEvent.st
changeset 8781 d3b2f507f809
parent 8716 f6a82eb8941e
child 8797 7f0174a26d81
equal deleted inserted replaced
8780:9c30aa0905ee 8781:d3b2f507f809
   243 
   243 
   244 documentation
   244 documentation
   245 "
   245 "
   246     Instances of WindowEvent are created for every event coming from the graphics device. 
   246     Instances of WindowEvent are created for every event coming from the graphics device. 
   247     Usually, they are enqueued by the event dispatcher process into
   247     Usually, they are enqueued by the event dispatcher process into
   248     a sensors input queue, and dequeued & processed by a windowGroup process
   248     a sensor's input queue, and dequeued & processed by a windowGroup process
   249     in its event loop.
   249     in its event loop.
   250 
   250 
   251     WindowEvents hold the event type and additional information (such as key,
   251     WindowEvents hold the event type and additional information (such as key,
   252     x/y coordinates etc). Also, windowEvents know how to send themself to some
   252     x/y coordinates etc). Also, windowEvents know how to send themself to some
   253     destination. To provide a common (single) place where event dispatching is
   253     destination. To provide a common (single) place where event dispatching is