openrndr
0.1.0-dev.1+332c3d9
common
openrndr-application
/
org.openrndr
/
ExtensionHost
Extension
Host
common
interface
ExtensionHost
:
InputEvents
Content copied to clipboard
Functions
Properties
Sources
Inheritors
Functions
extend
Link copied to clipboard
common
abstract
fun
<
T
:
Extension
>
extend
(
extension
:
T
)
:
T
Content copied to clipboard
abstract
fun
<
T
:
Extension
>
extend
(
extension
:
T
,
configure
:
T
.
(
)
->
Unit
)
:
T
Content copied to clipboard
abstract
fun
extend
(
stage
:
ExtensionStage
=
ExtensionStage.BEFORE_DRAW
,
userDraw
:
Program
.
(
)
->
Unit
)
Content copied to clipboard
Properties
extensions
Link copied to clipboard
common
abstract
val
extensions
:
MutableList
<
Extension
>
Content copied to clipboard
keyboard
Link copied to clipboard
common
abstract
val
keyboard
:
KeyEvents
Content copied to clipboard
mouse
Link copied to clipboard
common
abstract
val
mouse
:
MouseEvents
Content copied to clipboard
pointers
Link copied to clipboard
common
abstract
val
pointers
:
Pointers
Content copied to clipboard
program
Link copied to clipboard
common
abstract
val
program
:
Program
Content copied to clipboard
Inheritors
Program
Link copied to clipboard
Sources
common source
Link copied to clipboard