Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Remove unused inputEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoutBug committed Nov 20, 2023
1 parent 2ae95c1 commit 71085ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions multitouch.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ func (c multiTouchContact) TouchDownAt(x int32, y int32) error {
Value: y,
})

events = append(events, inputEvent{
Type: evAbs,
Code: 0x32,
Value: 0x32,
})

c.tracking_id = c.slot

return c.sendAbsEvent(events)
Expand Down

0 comments on commit 71085ee

Please sign in to comment.