C# Class MinoriEditorShell.Platforms.Wpf.Controls.MesHwndMouseState

ファイルを表示 Open project: TorisanKitsune/MinoriEditorShell Class Usage Examples

Public Properties

Property Type Description
LeftButton MouseButtonState
MiddleButton MouseButtonState
RightButton MouseButtonState
ScreenPosition Point
X1Button MouseButtonState
X2Button MouseButtonState

Property Details

LeftButton public_oe property

The current state of the left mouse button.
public MouseButtonState LeftButton
return MouseButtonState

MiddleButton public_oe property

The current state of the middle mouse button.
public MouseButtonState MiddleButton
return MouseButtonState

RightButton public_oe property

The current state of the right mouse button.
public MouseButtonState RightButton
return MouseButtonState

ScreenPosition public_oe property

The current position of the mouse in screen coordinates.
public Point ScreenPosition
return Point

X1Button public_oe property

The current state of the first extra mouse button.
public MouseButtonState X1Button
return MouseButtonState

X2Button public_oe property

The current state of the second extra mouse button.
public MouseButtonState X2Button
return MouseButtonState