Returns true if the joystick is being pressed in the given direction and outside of the deadzone, if one is defined. false, otherwise.
PRVirconJoyPressed(joyId, joyDir) 
The joystick ID.
The direction requested. Can be one of the following constant values: PRVirconDirRight, PRVirconDirUpRight, PRVirconDirUp, PRVirconDirUpLeft, PRVirconDirLeft, PRVirconDirDownLeft, PRVirconDirDown, PRVirconDirDownRight.
true or false