SetInputMode: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
=== Key === | |||
*[[SetInputMode]] | |||
*[[GetInputMode]] | |||
*[[IsCtrlPressed]] | |||
*[[IsShiftPressed]] | |||
*[[IsAltPressed]] | |||
*[[IsCmdPressed]] | |||
*[[SetIgnoreMoveInput]] | |||
*[[SetIgnoreLookInput]] | |||
*[[SetControlRotation]] | |||
*[[GetInputAxisValue]] |
Latest revision as of 09:23, 7 October 2020
Description
Set the client's input mode for the game.
Syntax
SetInputMode(InputMode)
Parameters
- InputMode
InputModes
Return Value
- This function returns nothing.
Example
SetInputMode(INPUT_GAME)