Input_Mouse

concerns

The Input_Mouse function defines part of the input sequence for mouse input. A call to Input_Begin must have been made before the call. The sequence is executed with Input_Execute.

 

Syntax

Input_Mouse(DX, DY, MouseData, MouseFlags [, Time][,ExtraInfoL][,ExtraInfoH])

Return value

Type

Description

Long

0 if successful

Parameter

Use

Name

Type

Passing

Description

Required

DX

Long

ByVal

Transaction data in the x-direction

Required

DY

Long

ByVal

Transaction data in the y-direction

Required

MouseData

MouseData

ByVal

Mouse data

Required

MouseFlags

MouseFlags

ByVal

Mouse state description

Optional

Time

Long

ByVal

Optional

ExtraInfoL

Long

ByVal

The L-parameter

Optional

ExtraInfoH

Long

ByVal

The H-parameter