pub unsafe extern "C-unwind" fn UIEventButtonMaskForButtonNumber(
button_number: NSInteger,
) -> UIEventButtonMaskAvailable on crate feature
UIEvent only.Expand description
Convenience initializer for a button mask where buttonNumber is a one-based index of the button on the input device
.button(1) == .primary
.button(2) == .secondary