Class: Browser::Event::Mouse::Definition::Ancestor

Inherits:
Object
  • Object
show all
Includes:
Native
Defined in:
opal/browser/event/mouse.rb

Instance Method Summary collapse

Instance Method Details

#x=(value) ⇒ Object



72
73
74
# File 'opal/browser/event/mouse.rb', line 72

def x=(value)
  `#@native.x = #{value}`
end

#y=(value) ⇒ Object



76
77
78
# File 'opal/browser/event/mouse.rb', line 76

def y=(value)
  `#@native.y = #{value}`
end