///////////////////////////////////////////////////////
| 122 | |
| 123 | //////////////////////////////////////////////////////////// |
| 124 | unsigned int JniInputDevice::getVendorId() const |
| 125 | { |
| 126 | return static_cast<unsigned int>(m_env.CallIntMethod(m_inputDevice, m_getVendorIdMethod)); |
| 127 | } |
| 128 | |
| 129 | |
| 130 | //////////////////////////////////////////////////////////// |