Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GameBoy
Keyboard
PHP Class GameBoy\Keyboard
ファイルを表示
Open project: gabrielrcouto/php-terminal-gameboy-emulator
Class Usage Examples
Public Properties
Property
Type
Description
$core
$file
$keyPressing
$started
Public Methods
Method
Description
__construct
(
Core
$core
)
check
( )
keyDown
(
$key
)
keyUp
(
$key
)
matchKey
(
$key
)
Method Details
__construct()
public
method
public
__construct
(
Core
$core
)
$core
Core
check()
public
method
public
check
( )
keyDown()
public
method
public
keyDown
(
$key
)
keyUp()
public
method
public
keyUp
(
$key
)
matchKey()
public
method
public
matchKey
(
$key
)
Property Details
$core
public_oe property
public
$core
$file
public_oe property
public
$file
$keyPressing
public_oe property
public
$keyPressing
$started
public_oe property
public
$started