I have an C++ source code and I have to convert it into C#. But in C++, there's a strange while loop that I can not understand.
1 2 3
|
while(m_get(&mr,&ml,&mx,&my),id){
(while body)
}
|
m_get is a void function that return mouse in formation.
id is an unsigned short type.
Can you help me to explain this while loop.
Thank you,
Last edited on
Thank you long double main!
I'll try this.