Changes between Initial Version and Version 1 of Ticket #10860, comment 14


Ignore:
Timestamp:
Jan 8, 2019, 5:57:40 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10860, comment 14

    initial v1  
    55* At every moment, User::doit() recycles "curEvent" and passes that to User::handleEvent().
    66  * User's "curEvent" property is a vEvt object.
    7   * vEvt::new() calls [http://scicompanion.com/Documentation/Kernels/GetEvent.html kGetEvent] to clobber all its own properties with new values.
     7  * vEvt::new() calls [http://scicompanion.com/Documentation/Kernels/GetEvent.html kGetEvent] to clobber all its own properties with fresh values.
    88    * Among them are: type, message, modifiers, x, y.
    99    * When idle, the coords match the cursor's position at each moment, and the rest are 0.