PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\network\mcpe\protocol\types\InputMode Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\InputMode:

Public Attributes

const GAME_PAD = 3
 
const MOTION_CONTROLLER = 4
 
const MOUSE_KEYBOARD = 1
 
const TOUCHSCREEN = 2
 

Detailed Description

Definition at line 17 of file InputMode.php.

Member Data Documentation

◆ GAME_PAD

const pocketmine\network\mcpe\protocol\types\InputMode::GAME_PAD = 3

Definition at line 25 of file InputMode.php.

◆ MOTION_CONTROLLER

const pocketmine\network\mcpe\protocol\types\InputMode::MOTION_CONTROLLER = 4

Definition at line 26 of file InputMode.php.

◆ MOUSE_KEYBOARD

const pocketmine\network\mcpe\protocol\types\InputMode::MOUSE_KEYBOARD = 1

Definition at line 23 of file InputMode.php.

◆ TOUCHSCREEN

const pocketmine\network\mcpe\protocol\types\InputMode::TOUCHSCREEN = 2

Definition at line 24 of file InputMode.php.


The documentation for this class was generated from the following file: