|
"GetTrigger(KHand hand)" what???
in the joystick class, the member function GetTrigger(), how do i use this. I am using it in the following code:
if (m_FireStick->GetTrigger())
{
solenoid->Set(true);
solenoid->Set(false);
}
when i press the trigger, the code isn't executing. what am i doing wrong
|