| 117 | } |
| 118 | |
| 119 | NativeInput::Impl::InputStateChangedCallbackTicket NativeInput::Impl::AddInputChangedCallback(NativeInput::Impl::InputStateChangedCallback &&callback) |
| 120 | { |
| 121 | return m_inputChangedCallbacks.insert(std::move(callback)); |
| 122 | } |
| 123 | |
| 124 | const std::optional<int32_t> NativeInput::Impl::PollInput(DeviceType deviceType, int32_t deviceSlot, uint32_t inputIndex) |
| 125 | { |