Page 1 of 1

Accessing Control Function in input.c

Posted: 23 Jul 2008 00:22
by caalip
Hi all,

What is the proper way to get access to the Control function in input.c from another file. I have a pointer to the input thread, but had not been able to make the connection to Control(). I need to call something like this, Control(p_instance->p_input, INPUT_CONTROL_SET_ES, i_track );

I know it is possible because the interface does it, however, I don't know C++ or qt4, and I can't figure out how.

Sick of pointer functions and threads,
Grae

God Bless You

EDIT: I am trying to access it from vlm.c.