///////////////////////////////////////////////////////
| 129 | |
| 130 | //////////////////////////////////////////////////////////// |
| 131 | unsigned int JniInputDevice::getProductId() const |
| 132 | { |
| 133 | return static_cast<unsigned int>(m_env.CallIntMethod(m_inputDevice, m_getProductIdMethod)); |
| 134 | } |
| 135 | |
| 136 | |
| 137 | //////////////////////////////////////////////////////////// |