KeyBuffer Class

Definition

Line 170 of System.Base/Keys.cm

Constructors & Destructor

static KeyBuffer()

Member Functions

public nothrow uchar GetKey() const
public static nothrow KeyBuffer& Instance()
public nothrow bool KeyReady() const
public nothrow void Put(byte ch)

Member Variables

private UnicodeEngine engine
private static UniquePtr<KeyBuffer> instance

Constructor& Destructor Details

KeyBuffer Static Constructor

static KeyBuffer()

Definition
Line 172 of System.Base/Keys.cm


Member Function Details

GetKey Member Function

public nothrow uchar GetKey()

Definition
Line 187 of System.Base/Keys.cm


Instance Static Member Function

public static nothrow KeyBuffer& Instance()

Definition
Line 175 of System.Base/Keys.cm


KeyReady Member Function

public nothrow bool KeyReady()

Definition
Line 183 of System.Base/Keys.cm


Put Member Function

public nothrow void Put(byte ch)

Definition
Line 179 of System.Base/Keys.cm