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

Afficher le fichier Open project: TorisanKitsune/MinoriEditorShell Class Usage Examples

Méthodes publiques

Свойство 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
Résultat MouseButtonState

MiddleButton public_oe property

The current state of the middle mouse button.
public MouseButtonState MiddleButton
Résultat MouseButtonState

RightButton public_oe property

The current state of the right mouse button.
public MouseButtonState RightButton
Résultat MouseButtonState

ScreenPosition public_oe property

The current position of the mouse in screen coordinates.
public Point ScreenPosition
Résultat Point

X1Button public_oe property

The current state of the first extra mouse button.
public MouseButtonState X1Button
Résultat MouseButtonState

X2Button public_oe property

The current state of the second extra mouse button.
public MouseButtonState X2Button
Résultat MouseButtonState