///////////////////////////////////////////////////////
| 143 | |
| 144 | //////////////////////////////////////////////////////////// |
| 145 | bool JniInputDevice::supportsSource(std::size_t sourceFlags) const |
| 146 | { |
| 147 | return m_env.CallBooleanMethod(m_inputDevice, m_supportsSourceMethod, jint(sourceFlags)); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | //////////////////////////////////////////////////////////// |