3DRadSpace  v1.0.0a
Scripting documentation
_3DRadSpaceDll.KeyInput Struct Reference

Input key used for the EventOnKey and related objects. More...

Public Member Functions

 KeyInput (Keys key=Keys.None, KeyInputType state=KeyInputType.Released)
 Main constructor of KeyInput More...
 

Public Attributes

Keys Key
 The key More...
 
KeyInputType State
 The key state. More...
 

Detailed Description

Input key used for the EventOnKey and related objects.

Constructor & Destructor Documentation

◆ KeyInput()

_3DRadSpaceDll.KeyInput.KeyInput ( Keys  key = Keys.None,
KeyInputType  state = KeyInputType.Released 
)

Main constructor of KeyInput

Parameters
keySpecified keyboard button.
stateSpecified state.

Member Data Documentation

◆ Key

Keys _3DRadSpaceDll.KeyInput.Key

The key

◆ State

KeyInputType _3DRadSpaceDll.KeyInput.State

The key state.