Sha256: 639c0fefdf6f4205d3ec6552ccd5dc87b2a8db8ce457a9d2565fea50ffdf1715

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

module Vedeu

  # 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.
  #
  module Cursors

  end # Cursors

end # Vedeu

require 'vedeu/cursors/coordinate'
require 'vedeu/cursors/cursor'
require 'vedeu/cursors/dsl'
require 'vedeu/cursors/refresh'
require 'vedeu/cursors/reposition'
require 'vedeu/cursors/repository'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.6.69 lib/vedeu/cursors/all.rb