Quote:
Originally Posted by gadz found a bug, Exit Full Screen gives a "0" instead of a "10" |
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...