C# Класс MinoriEditorShell.Platforms.Wpf.Controls.MesHwndMouseState

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LeftButton MouseButtonState
MiddleButton MouseButtonState
RightButton MouseButtonState
ScreenPosition Point
X1Button MouseButtonState
X2Button MouseButtonState

Описание свойств

LeftButton публичное свойство

The current state of the left mouse button.
public MouseButtonState LeftButton
Результат MouseButtonState

MiddleButton публичное свойство

The current state of the middle mouse button.
public MouseButtonState MiddleButton
Результат MouseButtonState

RightButton публичное свойство

The current state of the right mouse button.
public MouseButtonState RightButton
Результат MouseButtonState

ScreenPosition публичное свойство

The current position of the mouse in screen coordinates.
public Point ScreenPosition
Результат Point

X1Button публичное свойство

The current state of the first extra mouse button.
public MouseButtonState X1Button
Результат MouseButtonState

X2Button публичное свойство

The current state of the second extra mouse button.
public MouseButtonState X2Button
Результат MouseButtonState