C# Class SFML.Window.MouseWheelEvent

ファイルを表示 Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Delta int
X int
Y int

Property Details

Delta public_oe property

Scroll amount
public int Delta
return int

X public_oe property

X coordinate of the mouse cursor
public int X
return int

Y public_oe property

Y coordinate of the mouse cursor
public int Y
return int