View Single Post
  #9 (permalink)  
Old 2nd March 2005
Tizio Tizio is offline
Moderator
BS.Player Master
 
Join Date: Nov 2003
Location: Italy
Posts: 3,037
Rep Power: 27
Tizio will become famous soon enough
Default

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...
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20