• Florian Loitsch's avatar
    Rename some of the functions from the scheduler. · 72821152
    Florian Loitsch authored
    The names are probably less familiar, but more consistent:
    - FrameCallback: a callback that is relative to the frame and wants the
      frame offset (a duration) as argument.
    - addXFrameCallback: adds the given callback to the internal lists/maps.
    - scheduleXFrameCallback (currently only X = ""): add the callback, but
      also trigger a new frame.
    - handleX: the method that is invoked when the event-loop or the frame
      calls into the scheduler.
    - ensureXYZ: ensure that the callback happens.
      Unfortunately there is the ambiguity between a "callback": it can be a
      closure, or the action of doing a callback, so we end up with:
      ensureBeginFrameCallback, and ensureEventLoopCallback, where
      "callback" means the action of being called back.
    72821152
Name
Last commit
Last update
..
action.dart Loading commit data...
action_spline.dart Loading commit data...
color_secuence.dart Loading commit data...
constraint.dart Loading commit data...
effect_line.dart Loading commit data...
image_map.dart Loading commit data...
label.dart Loading commit data...
layer.dart Loading commit data...
node.dart Loading commit data...
node3d.dart Loading commit data...
node_with_size.dart Loading commit data...
particle_system.dart Loading commit data...
physics_body.dart Loading commit data...
physics_collision_groups.dart Loading commit data...
physics_debug.dart Loading commit data...
physics_group.dart Loading commit data...
physics_joint.dart Loading commit data...
physics_shape.dart Loading commit data...
physics_world.dart Loading commit data...
sound.dart Loading commit data...
sound_manager.dart Loading commit data...
sprite.dart Loading commit data...
sprite_box.dart Loading commit data...
sprite_widget.dart Loading commit data...
spritesheet.dart Loading commit data...
texture.dart Loading commit data...
textured_line.dart Loading commit data...
util.dart Loading commit data...
virtual_joystick.dart Loading commit data...