toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.gamepad
/
Toggleable
Toggleable
abstract
class
Toggleable
Represents the state of any toggleable.
Inheritors
Button
Trigger
Members
Constructors
Toggleable
Link copied to clipboard
constructor
(
)
Properties
is
Active
Link copied to clipboard
open
val
isActive
:
Boolean
is
Just
Activated
Link copied to clipboard
open
val
isJustActivated
:
Boolean
is
Just
Changed
Link copied to clipboard
open
val
isJustChanged
:
Boolean
is
Just
Deactivated
Link copied to clipboard
open
val
isJustDeactivated
:
Boolean
is
Not
Active
Link copied to clipboard
open
val
isNotActive
:
Boolean
last
State
Link copied to clipboard
abstract
val
lastState
:
Boolean
state
Link copied to clipboard
abstract
val
state
:
Boolean
Functions
and
Link copied to clipboard
infix
fun
and
(
other
:
Toggleable
)
:
Toggleable
combine
Link copied to clipboard
fun
combine
(
other
:
Toggleable
,
operator
:
(
Boolean
,
Boolean
)
->
Boolean
)
:
Toggleable
or
Link copied to clipboard
infix
fun
or
(
other
:
Toggleable
)
:
Toggleable