SetInputMode: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
=== Key ===
*[[SetInputMode]]
*[[SetInputMode]]
*[[GetInputMode]]
*[[IsCtrlPressed]]
*[[IsCtrlPressed]]
*[[IsShiftPressed]]
*[[IsShiftPressed]]

Latest revision as of 09:23, 7 October 2020

SetInputMode

Type: Function
Context: Client
Introduced: v1.0

Description

Set the client's input mode for the game.

Syntax

SetInputMode(InputMode)

Parameters

Return Value

  • This function returns nothing.

Example

SetInputMode(INPUT_GAME)

See also

Key