Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullIsOne committed Sep 3, 2024
1 parent 63d20d1 commit c841460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ShowTime/ShowTime.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ extension UIWindow {

@objc private func swizzled_sendEvent(_ event: UIEvent) {
swizzled_sendEvent(event)
debugPrint("ShowTime: Event received")
guard ShowTime.shouldEnable else { return removeAllTouchViews() }
event.allTouches?.forEach {
if ShowTime.shouldIgnoreApplePencilEvents && $0.isApplePencil { return }
Expand Down

0 comments on commit c841460

Please sign in to comment.