WKLib 0.0.1
A modding library for White Knuckle
Loading...
Searching...
No Matches
WKLib.API.UI.KeyBind Class Reference
Inheritance diagram for WKLib.API.UI.KeyBind:

Public Member Functions

 KeyBind ()
 
 KeyBind (KeyCode KeyCode)
 
bool SetToPressedKey (ImGui gui)
 
bool IsPressed (ImGui gui)
 
bool IsDown (ImGui gui)
 
bool IsSet ()
 
object Clone ()
 
override int GetHashCode ()
 
bool Equals (KeyBind other)
 
override bool Equals (object obj)
 

Properties

KeyCode KeyCode [get, set]
 

Constructor & Destructor Documentation

◆ KeyBind() [1/2]

WKLib.API.UI.KeyBind.KeyBind ( )

◆ KeyBind() [2/2]

WKLib.API.UI.KeyBind.KeyBind ( KeyCode KeyCode)

Member Function Documentation

◆ Clone()

object WKLib.API.UI.KeyBind.Clone ( )

◆ Equals() [1/2]

bool WKLib.API.UI.KeyBind.Equals ( KeyBind other)

◆ Equals() [2/2]

override bool WKLib.API.UI.KeyBind.Equals ( object obj)

◆ GetHashCode()

override int WKLib.API.UI.KeyBind.GetHashCode ( )

◆ IsDown()

bool WKLib.API.UI.KeyBind.IsDown ( ImGui gui)

◆ IsPressed()

bool WKLib.API.UI.KeyBind.IsPressed ( ImGui gui)

◆ IsSet()

bool WKLib.API.UI.KeyBind.IsSet ( )

◆ SetToPressedKey()

bool WKLib.API.UI.KeyBind.SetToPressedKey ( ImGui gui)

Property Documentation

◆ KeyCode

KeyCode WKLib.API.UI.KeyBind.KeyCode
getset

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