Commit 9521f0a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libvlc_set_*_input also works on Win32 nowadays

parent c215f7b7
...@@ -551,7 +551,7 @@ VLC_PUBLIC_API int libvlc_get_fullscreen( libvlc_media_player_t *p_mi ); ...@@ -551,7 +551,7 @@ VLC_PUBLIC_API int libvlc_get_fullscreen( libvlc_media_player_t *p_mi );
* for the X window ID of the video widget, then LibVLC will not be able to * for the X window ID of the video widget, then LibVLC will not be able to
* handle key presses and mouse clicks in any case. * handle key presses and mouse clicks in any case.
* *
* \warning This function is only implemented for X11 at the moment. * \warning This function is only implemented for X11 and Win32 at the moment.
* *
* \param p_mi the media player * \param p_mi the media player
* \param on true to handle key press events, false to ignore them. * \param on true to handle key press events, false to ignore them.
...@@ -566,7 +566,7 @@ void libvlc_video_set_key_input( libvlc_media_player_t *p_mi, unsigned on ); ...@@ -566,7 +566,7 @@ void libvlc_video_set_key_input( libvlc_media_player_t *p_mi, unsigned on );
* *
* \note See also libvlc_video_set_key_input(). * \note See also libvlc_video_set_key_input().
* *
* \warning This function is only implemented for X11 at the moment. * \warning This function is only implemented for X11 and Win32 at the moment.
* *
* \param p_mi the media player * \param p_mi the media player
* \param on true to handle mouse click events, false to ignore them. * \param on true to handle mouse click events, false to ignore them.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment