| 29 | } |
| 30 | |
| 31 | type PointerButtonPress struct { |
| 32 | Modifiers int |
| 33 | NeedToReleaseOtherButtons bool |
| 34 | Button LINUX_BUTTON_CODES |
| 35 | } |
| 36 | |
| 37 | func (*PointerButtonPress) isPointerEvent() {} |
| 38 | func (*PointerButtonPress) isXkbdCode() {} |
nothing calls this directly
no outgoing calls
no test coverage detected