Indique si la touche spécifié a été enfoncé puis relaché


Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Function Key_Pressed( _ 
   ByVal lKey As eKeyboard _ 
) As Boolean
C#
public bool Key_Pressed(
   eKeyboard lKey
)
C++
public:
 bool Key_Pressed(
   eKeyboard lKey
) sealed 
J#
public bool Key_Pressed(
   eKeyboard lKey
)
JScript
public  function Key_Pressed(
   lKey : eKeyboard
) : bool

Parameters

lKey

See Also