WKLib 0.2.3
A modding library for White Knuckle
Loading...
Searching...
No Matches
WKLib.API.Input.InputUtility Class Reference
+ Collaboration diagram for WKLib.API.Input.InputUtility:

Static Public Member Functions

static bool GetKeyDown (KeyCode key)
 
static bool GetKey (KeyCode key)
 
static bool GetKeyUp (KeyCode key)
 
static ? KeyCode GetFirstActiveKey ()
 

Detailed Description

Definition at line 12 of file InputUtility.cs.

Member Function Documentation

◆ GetFirstActiveKey()

static ? KeyCode WKLib.API.Input.InputUtility.GetFirstActiveKey ( )
static

Definition at line 433 of file InputUtility.cs.

Referenced by WKLib.API.UI.UIUtility.Keybind().

◆ GetKey()

static bool WKLib.API.Input.InputUtility.GetKey ( KeyCode key)
static

Definition at line 415 of file InputUtility.cs.

◆ GetKeyDown()

static bool WKLib.API.Input.InputUtility.GetKeyDown ( KeyCode key)
static

Definition at line 406 of file InputUtility.cs.

◆ GetKeyUp()

static bool WKLib.API.Input.InputUtility.GetKeyUp ( KeyCode key)
static

Definition at line 424 of file InputUtility.cs.


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