C# Class WATKit.Native.MouseInput

Show file Open project: MikeHanson/WATKit

Public Methods

Method Description
MouseInput ( int flags, IntPtr extraInfo ) : System

Initializes a new instance of the MouseInput struct.

Method Details

MouseInput() public method

Initializes a new instance of the MouseInput struct.
public MouseInput ( int flags, IntPtr extraInfo ) : System
flags int The flags.
extraInfo System.IntPtr The extra info.
return System