예제 #1
0
void
JoyDevice::poll_events (void)
{
    poll_joystick_events ();

    return;
}
예제 #2
0
void JoyDevice::poll_events ()
{
    poll_joystick_events ();
}