Sha256: fe1c7a7a7dbc55f14f5be866e139194b6132eefe9a5d89a99e9536ee67478d0d

Contents?: true

Size: 443 Bytes

Versions: 11

Compression:

Stored size: 443 Bytes

Contents

module Hyalite
  module DOM
    module Event
      class TouchEvent
        include Native
        include Event

        alias_native :touches
        alias_native :change_touches, :changeTouches
        alias_native :target_touches, :targetTouches
        alias_native :shift_key, :shiftKey
        alias_native :alt_key, :altKey
        alias_native :ctrl_key, :ctrlKey
        alias_native :meta_key, :metaKey
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyalite-0.3.4 lib/hyalite/dom/event/touch_event.rb
hyalite-0.3.2 lib/hyalite/dom/event/touch_event.rb
hyalite-0.3.1 lib/hyalite/dom/event/touch_event.rb
hyalite-0.3.0 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.8 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.7 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.6 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.5 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.4 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.3 lib/hyalite/dom/event/touch_event.rb
hyalite-0.2.2 lib/hyalite/dom/event/touch_event.rb