Quote:
Originally Posted by Tizio It's not a bug, only a different action. "ACTION 10" stand for "Full screen switch" (maybe the one you wanted), "ACTION 0" is "Exit full screen".
Directly from BSplayer's SDK: Code: #define BSP_ExitFScreen 0
#define BSP_VolUp 1
#define BSP_VolDown 2
#define BSP_DeDynUp 3
#define BSP_DeDynPreUp 4
#define BSP_DeDynDown 5
#define BSP_DeDynPreDown 6
#define BSP_Preferences 7
#define BSP_FrmCapture 8
#define BSP_Frm2 9
#define BSP_FS_Switch 10
..... BTW very nice skin, maybe it should has multilingual text for the button's comments instead english... |
Well then BSPlayer's SDK must be wrong or have an mistake or something because 0 doesn't work to Exit Full Screen. 10 Does both. Try modifying my skin and you'll see what I mean. :)