phina.js.d.ts
Preparing search index...
phina
app
Interactive
Interface Interactive
interface
Interactive
{
app
:
phina
.
display
.
DomApp
;
cursor
:
{
hover
:
string
;
normal
:
string
}
;
multiTouch
:
boolean
;
check
(
root
:
phina
.
display
.
DisplayScene
)
:
void
;
disable
()
:
this
;
enable
()
:
this
;
}
Index
Properties
app
cursor
multi
Touch
Methods
check
disable
enable
Properties
app
app
:
phina
.
display
.
DomApp
cursor
cursor
:
{
hover
:
string
;
normal
:
string
}
multi
Touch
multiTouch
:
boolean
Methods
check
check
(
root
:
phina
.
display
.
DisplayScene
)
:
void
Parameters
root
:
phina
.
display
.
DisplayScene
Returns
void
disable
disable
()
:
this
Returns
this
enable
enable
()
:
this
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
cursor
multi
Touch
Methods
check
disable
enable
phina.js.d.ts
Loading...