Module: Vedeu::Cursors

Defined in:
lib/vedeu/cursors/all.rb,
lib/vedeu/cursors/dsl.rb,
lib/vedeu/cursors/move.rb,
lib/vedeu/cursors/cursor.rb,
lib/vedeu/cursors/refresh.rb,
lib/vedeu/cursors/coordinate.rb,
lib/vedeu/cursors/reposition.rb,
lib/vedeu/cursors/repository.rb

Overview

Vedeu creates an individual cursor for each interface defined, these take their name from the interface, which means that your position within the view for each interface is maintained.

The cursor also manages the content offset for a particular view. For example, if the user has moved around within the content and then moved to another interface, when they return their position will be restored.

Defined Under Namespace

Modules: DSL Classes: Coordinate, Cursor, Move, Refresh, Reposition, Repository