Did you know that the BlueGui
GetEvent Command can return "SOME" items to control the WMC Remote?
I made a list of all the constants I could find
` Windows Media Center Remote Constants for use with Blue Gui Events ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
`
` EventType() Constants
#Constant WMC_REMOTE 257
` EventData() Constants
#Constant WMC_ENTER 13
#Constant WMC_OK 13
#Constant WMC_STAR 16
#Constant WMC_HASH 16
#Constant WMC_CLEAR 27
#Constant WMC_LEFT 37
#Constant WMC_UP 38
#Constant WMC_RIGHT 39
#Constant WMC_DOWN 40
#Constant WMC_0 48
#Constant WMC_1 49
#Constant WMC_2 50
#Constant WMC_3 51
#Constant WMC_4 52
#Constant WMC_5 53
#Constant WMC_6 54
#Constant WMC_7 55
#Constant WMC_8 56
#Constant WMC_9 57
#Constant WMC_BACK 166
#Constant WMC_MUTE 173
#Constant WMC_VOLUMEDOWN 174
#Constant WMC_VOLUMEUP 175
#Constant WMC_SKIPFORWARD 176
#Constant WMC_SKIPBACK 177
#Constant WMC_STOP 178
` ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I just added this to my Gui.gba Incude file needed by Blue, And now i can make games that can be controlled by remote
I would still like a seperate DLL as GetEvent can not check the Teletext, Red, Green, Yellow, Blue, Play and some others which I also need
PS, These constants, MAY also work with a universal remote, But i dont have one to test that
this remote is very simular to the one for these constants