Skip to content

Commit

Permalink
chore: display GestureRecord with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 15, 2024
1 parent e93672d commit 4c473c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fusuma/plugin/events/records/gesture_record.rb
Expand Up @@ -29,6 +29,10 @@ def initialize(status:, gesture:, finger:, delta:)
@finger = finger.to_i
@delta = delta
end

def to_s
"#{@gesture}, #{@finger}, #{@status}, #{@delta}"
end
end
end
end
Expand Down

0 comments on commit 4c473c3

Please sign in to comment.