** * Pointer button release is special * because we can't be sure of which * button is being released */
| 50 | * button is being released |
| 51 | */ |
| 52 | type PointerButtonRelease struct { |
| 53 | Button LINUX_BUTTON_CODES |
| 54 | NeedsButtonGuessing bool |
| 55 | Modifiers int |
| 56 | } |
| 57 | |
| 58 | func (*PointerButtonRelease) isPointerEvent() {} |
| 59 | func (*PointerButtonRelease) isXkbdCode() {} |
nothing calls this directly
no outgoing calls
no test coverage detected