Sha256: c1328bea492fb3b329f5e10d13fa5408123296170f3e206907e043fa903973e9

Contents?: true

Size: 669 Bytes

Versions: 12

Compression:

Stored size: 669 Bytes

Contents

module Hyalite
  module DOM
    module Event
      class KeyboardEvent
        include Native
        include Event

        alias_native :code
        alias_native :key
        alias_native :shift_key, :shiftKey
        alias_native :alt_key, :altKey
        alias_native :ctrl_key, :ctrlKey
        alias_native :meta_key, :metaKey
        alias_native :locale
        alias_native :location
        alias_native :repeat
        alias_native :composing?, :isComposing
        alias_native :modifierState, :getModifierState
        alias_native :init_key_event, :initKeyEventg
        alias_native :init_keyboard_event, :initKeyboardEventg
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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