Exemplo n.º 1
0
	int getCursorX()
	{
		return m_iString_l_length + m_iString_o_length + getDtStrLength();
	}
Exemplo n.º 2
0
int CATextField::getCursorX()
{
	return m_iString_l_length + m_iString_o_length + getDtStrLength();
}