pub unsafe extern "C" fn OH_Input_SetMouseEventButton(
mouseEvent: *mut Input_MouseEvent,
button: i32,
)Expand description
@brief Sets the button for a mouse event.
@param mouseEvent Mouse event object. You can call {@link OH_Input_CreateMouseEvent()} to create a mouse event
object.
If the mouse event object is no longer needed, destroy it by calling {@link OH_Input_DestroyMouseEvent()}.
@param button Mouse button. For details, see {@link Input_MouseEventButton}.
@syscap SystemCapability.MultimodalInput.Input.Core
@since 12