C# Класс Sharpex2D.Input.MouseState

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

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

Метод Описание
IsPressed ( MouseButtons button ) : bool

A value indicating whether the MouseButton is pressed.

Приватные методы

Метод Описание
MouseState ( bool>.Dictionary reference, Vector2 position ) : System.Collections.Generic

Initializes a new MouseState class.

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

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

A value indicating whether the MouseButton is pressed.
public IsPressed ( MouseButtons button ) : bool
button MouseButtons The MouseButton.
Результат bool