lib/reflex/pointer.rb in reflexion-0.1.38 vs lib/reflex/pointer.rb in reflexion-0.1.39

- old
+ new

@@ -93,10 +93,10 @@ def <=>(o) inspect <=> o.inspect end def inspect() - "#<Reflex::Pointer id:#{id} #{types} #{action} (#{x.round 2}, #{y.round 2}) mod:#{modifiers} click:#{click_count} drag:#{drag?} time:#{time.round 2}>" + "#<Reflex::Pointer id:#{id} #{types} #{action} (#{x.round 2}, #{y.round 2}) mod:#{modifiers} drag:#{drag?} click:#{click_count} view:#{view_index} time:#{time.round 2}>" end end# Pointer