KeyEventArgs Class
Definition
Line 29 of System.Screen/Events.cm
Constructors & Destructor
Member Functions
public nothrow bool |
Handled() const |
public nothrow uchar |
Key() const |
public nothrow void |
SetHandled() |
Member Variables
private bool |
handled |
private uchar |
key |
Constructor& Destructor Details
KeyEventArgs Constructor
public nothrow KeyEventArgs(uchar key_)
Definition
Line 31 of System.Screen/Events.cm
Member Function Details
Handled Member Function
public nothrow bool Handled()
Definition
Line 38 of System.Screen/Events.cm
Key Member Function
public nothrow uchar Key()
Definition
Line 34 of System.Screen/Events.cm
SetHandled Member Function
public nothrow void SetHandled()
Definition
Line 42 of System.Screen/Events.cm