Navigation:  thinBasic Modules > UI (User Interface) > Keyboard >

GetWindowAnyKeyState

Previous pageReturn to chapter overviewNext page

 

Description

 

Determines whether one or more keys are pressed at the same time when this function is executed.

Function check if hWnd handle is the active window. If not, function will return %FALSE even if the requested key is pressed.

 

Syntax

 

n = GetWindowMultiKeyState(hWnd, vKey1 [, vKey2 [, ...]] )

 

Returns

 

Number: %TRUE or %FALSE

If any of the specified keys is down, function will return %TRUE.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window to check if currently active

vKey_

Number

No

Specifies any keys of one of the 256 possible virtual-key codes.

For more information, see Virtual-Key Codes

 

Remarks

 

Use GetWindowKeyState with vKey equal to -1 to reset keys flags

 

Restrictions

 

See also

 

Examples

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com