Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

keyboard_set_numlock

drewmccluskey edited this page Feb 12, 2019 · 2 revisions

keyboard_set_numlock

Sets the numlock on or off

Syntax:

keyboard_set_numlock(set)
Argument Description
bool set The bool for numlock

Returns: bool

Description:

This function allows the user to turn on or off the numlock. Inputting false will set the numlock off, inputting true will turn numlock on.

Example:

keyboard_set_numlock(false);

This code will turn off numlock.

Back to Keyboard

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /