Req Changes in (future) libbluray 1.2.0 require these changes in Kodi (if you want to use
#1
Current versions of libbluray has a few issues that will get fixed in v1.2.0, which require apps to adapt:
Currently, when you press a key, KEY_PRESSED and KEY_RELEASED is both called. This is of course wrong. KEY_RELEASED should only be called when the key is actually released.
This will be fixed in libbluray 1.2.0 by adding a new function; bd_input_flag()
The old function (bd_input()) will still be available though. So in order to use this new function, it needs to be changed in Kodi too.

Currently, there is no mouse-support in libbluray. This will also be added in v1.2.0
Kodi should adapt and add this too.
Reply


Messages In This Thread
Changes in (future) libbluray 1.2.0 require these changes in Kodi (if you want to use - by mr_lou - 2019-06-30, 10:50
Logout Mark Read Team Forum Stats Members Help
Changes in (future) libbluray 1.2.0 require these changes in Kodi (if you want to use0