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