Overload List
Name | Description | |
---|---|---|
![]() ![]() | WaitKey |
Waits for key event infinitely (delay<=0) or for "delay" milliseconds.
Returns the code of the pressed key or -1 if no key were pressed until the specified timeout has elapsed.
|
![]() ![]() | WaitKey(Int32) |
Waits for key event infinitely (delay<=0) or for "delay" milliseconds.
Returns the code of the pressed key or -1 if no key were pressed until the specified timeout has elapsed.
|
See Also