RaylibInputBackend class
- Inheritance
-
- Object
- InputBackend
- RaylibInputBackend
Constructors
Properties
Methods
-
dispose(
) → void -
inherited
-
getCharPressed(
) → int -
override
-
getKeyPressed(
) → int -
override
-
isKeyDown(
KeyboardKey key) → bool -
override
-
isKeyPressed(
KeyboardKey key) → bool -
override
-
isKeyPressedRepeat(
KeyboardKey key) → bool -
override
-
isKeyUp(
KeyboardKey key) → bool -
override
-
isMouseButtonDown(
MouseButton button) → bool -
override
-
isMouseButtonPressed(
MouseButton button) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited