Skip to content

Keyboard

Weldify edited this page Jul 6, 2021 · 35 revisions

A device which allows you to get player input using a keyboard-like interface.

Table of contents

Methods

Events


void Keyboard:SimulateKeyPress(string? key, string Player)

Takes a string as a key to press and simulates pressing that key for the Keyboard.


void Keyboard:SimulateTextInput(string? input, string Player)

Takes a string as input and simulates typing that string for the Keyboard.


Event Keyboard.KeyPressed(KeyCode key, string Player)

A Signal which fires when a Player presses a key on the Keyboard.


Event Keyboard.TextInputted(String text, string Player)

A Signal which fires when a Player writes a sentence on the Keyboard.

Navigation

Info

Part method & events

Objects

Additional objects used in Microcontrollers

Public Resources

Public code that enhances the experience of using a Microcontroller.

Clone this wiki locally