[libbluray-devel] commit: Added GC_CTRL_MOUSE_MOVE (hpi1 )
git at videolan.org
git at videolan.org
Mon Nov 15 13:59:48 CET 2010
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Nov 15 14:59:29 2010 +0200| [52e5e9c0fb772eb71e4a8d5ef4a3bd92ddecd4f7] | committer: hpi1
Added GC_CTRL_MOUSE_MOVE
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=52e5e9c0fb772eb71e4a8d5ef4a3bd92ddecd4f7
---
src/libbluray/decoders/graphics_controller.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/libbluray/decoders/graphics_controller.h b/src/libbluray/decoders/graphics_controller.h
index 58d927a..86da0a0 100644
--- a/src/libbluray/decoders/graphics_controller.h
+++ b/src/libbluray/decoders/graphics_controller.h
@@ -48,6 +48,7 @@ typedef enum {
GC_CTRL_POPUP, /* param: on/off */
GC_CTRL_IG_END, /* execution of IG object is complete */
GC_CTRL_RESET, /* reset graphics controller */
+ GC_CTRL_MOUSE_MOVE, /* move selected button to (x,y), param: (x<<16 | y) */
} gc_ctrl_e;
typedef struct {
More information about the libbluray-devel
mailing list