Sets the given joystick's notch sprites. The notches are drawn at each of the 8 cardinal points a set distance from the center of the joystick nub. Set the sprite parameters to noone if you don’t want a notch sprite to draw at that point. Call this function with forSelected = true to set the notch sprites to draw when the joystick is pressed in their direction. Call this function with forSelected = false to set the notch sprites to draw when the joystick is NOT pressed in their direction. If no sprites are assigned when forSelected = true, then the sprites assigned when forSelected = false will be drawn instead.
PRVirconJoySetNotches(joyId, distFromCenter, forSelected, spriteRight, spriteTopRight, spriteTop, spriteTopLeft, spriteLeft, spriteBottomLeft, spriteBottom, spriteBottomRight) 
The joystick ID.
The distance (in pixels) from the center of the joystick nub to draw the notches.
If true, assigns the given sprites to the joystick notches for when the joystick is pressed in their direction. If false, the given sprites are assigned to the notches when the joystick is NOT pressed in their direction.
The notch sprite to use for the right direction.
The notch sprite to use for the top-right direction.
The notch sprite to use for the top direction.
The notch sprite to use for the top-left direction.
The notch sprite to use for the left direction.
The notch sprite to use for the bottom-left direction.
The notch sprite to use for the bottom direction.
The notch sprite to use for the bottom-right direction.
n/a