C# Класс SFML.Window.MouseWheelScrollEventArgs

Mouse wheel scroll event parameters
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Delta float
Wheel Mouse.Wheel
X int
Y int

Открытые методы

Метод Описание
MouseWheelScrollEventArgs ( MouseWheelScrollEvent e ) : System

Construct the mouse wheel scroll arguments from a mouse wheel scroll event

ToString ( ) : string

Provide a string describing the object

Описание методов

MouseWheelScrollEventArgs() публичный Метод

Construct the mouse wheel scroll arguments from a mouse wheel scroll event
public MouseWheelScrollEventArgs ( MouseWheelScrollEvent e ) : System
e MouseWheelScrollEvent Mouse wheel scroll event
Результат System

ToString() публичный Метод

Provide a string describing the object
public ToString ( ) : string
Результат string

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

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

Scroll amount
public float Delta
Результат float

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

Mouse Wheel which triggered the event
public Mouse.Wheel Wheel
Результат Mouse.Wheel

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

X coordinate of the mouse cursor
public int X
Результат int

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

Y coordinate of the mouse cursor
public int Y
Результат int