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)
    version(BindJSL_Static)
    extern (C) @nogc nothrow
    void
    JslSetLightColour
    (,
    int colour
    )
  2. pJslSetLightColour JslSetLightColour;

Meta