C# Класс flxSharp.flxSharp.System.FlxMouse

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

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

Свойство Тип Описание
button ButtonState
screenX float
screenY float
wheel int

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

Метод Описание
FlxMouse ( ) : System
justPressedLeft ( ) : bool

Returns true if the Left Mouse button was just pressed

justPressedMiddle ( ) : bool

Returns true if the Middle Mouse button was just pressed

justPressedRight ( ) : bool

Returns true if the Right Mouse button was just pressed

justReleasedLeft ( ) : bool

Returns true if the Left Mouse button was just released

justReleasedMiddle ( ) : bool

Returns true if the Middle Mouse button was just released

justReleasedRight ( ) : bool

Returns true if the Right Mouse button was just released

pressedLeft ( ) : bool

Returns true if the Left Mouse button is held down

pressedMiddle ( ) : bool

Returns true if the Middle Mouse button is held down

pressedRight ( ) : bool

Returns true if the Right Mouse button is held down

reset ( ) : void
show ( ) : void
update ( ) : void

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

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

public FlxMouse ( ) : System
Результат System

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

Returns true if the Left Mouse button was just pressed
public justPressedLeft ( ) : bool
Результат bool

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

Returns true if the Middle Mouse button was just pressed
public justPressedMiddle ( ) : bool
Результат bool

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

Returns true if the Right Mouse button was just pressed
public justPressedRight ( ) : bool
Результат bool

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

Returns true if the Left Mouse button was just released
public justReleasedLeft ( ) : bool
Результат bool

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

Returns true if the Middle Mouse button was just released
public justReleasedMiddle ( ) : bool
Результат bool

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

Returns true if the Right Mouse button was just released
public justReleasedRight ( ) : bool
Результат bool

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

Returns true if the Left Mouse button is held down
public pressedLeft ( ) : bool
Результат bool

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

Returns true if the Middle Mouse button is held down
public pressedMiddle ( ) : bool
Результат bool

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

Returns true if the Right Mouse button is held down
public pressedRight ( ) : bool
Результат bool

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

public reset ( ) : void
Результат void

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

public show ( ) : void
Результат void

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

public update ( ) : void
Результат void

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

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

public ButtonState button
Результат ButtonState

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

public float screenX
Результат float

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

public float screenY
Результат float

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

public int wheel
Результат int