QMedia
![]() |
![]() ![]() |
QM_GetKeysEnabled(areaRef; keysEnabled):error | |||
![]() |
areaRef | Longint | Movie area reference |
![]() |
keysEnabled | Longint | Keyboard handling status |
![]() |
error | Longint | Error result |
Returns information about how the movie controller in a movie plug-in area handles keystrokes.
The movie plug-in area is specified by areaRef.
Parameter keysEnabled receives the area's keystroke handling information. If the area is currently handling keystrokes, keysEnabled is set to 1. If the area is currently ignoring keystrokes, keysEnabled is set to 0.
Example
`Get the keystroke handling status of plug-in area xMovieArea C_LONGINT($enabled) $error:=QM_GetKeysEnabled (xMovieArea;$enabled) |
Related commands
QM_SetKeysEnabled | Enables/disables handling of keystrokes. |