64 65 66
# File 'opal/browser/event/mouse.rb', line 64 def x=(value) `#@native.screenX = #{value}` end
68 69 70
# File 'opal/browser/event/mouse.rb', line 68 def y=(value) `#@native.screenY = #{value}` end