JslSetLightColour

set controller light colour (not all controllers have a light whose colour can be set, but that just means nothing will be done when this is called -- no harm)

  1. void JslSetLightColour(int deviceId, int colour)
  2. pJslSetLightColour JslSetLightColour;
    version(!BindJSL_Static)
    __gshared
    pJslSetLightColour JslSetLightColour;

Meta