Indicates whether a specified keyboard key is up or down at the time the function is called.
BOOL DXUTIsKeyDown( BYTE vKey );
TRUE if the specified vKey keyboard key is down; FALSE otherwise.
Header: Declared in Dxut.h.
DXUTIsMouseButtonDown