|
| virtual void | setMapping (::InputEventQueue &eventQueue, ::BindingFactory const &bindingFactory, ::InputMapping const &inputMapping, int controllerId) |
| |
| virtual void | clearMapping (int controllerId) |
| |
| virtual bool | tick (::InputEventQueue &eventQueue, ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap > const &) |
| |
| virtual void | clearInputDeviceQueue () |
| |
| virtual::InputMode | getInputMode () const |
| |
| virtual void | render (::InputRenderContext &context) const |
| |
| virtual void | setWindowSize (int width, int height) |
| |
| virtual void | changeControllerId (int oldId, int newId) |
| |
|
MCAPI void | $setMapping (::InputEventQueue &eventQueue, ::BindingFactory const &bindingFactory, ::InputMapping const &inputMapping, int controllerId) |
| |
|
MCAPI void | $clearMapping (int controllerId) |
| |
|
MCAPI bool | $tick (::InputEventQueue &eventQueue, ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap > const &) |
| |
|
MCFOLD void | $clearInputDeviceQueue () |
| |
|
MCFOLD::InputMode | $getInputMode () const |
| |
|
MCFOLD void | $render (::InputRenderContext &context) const |
| |
|
MCFOLD void | $setWindowSize (int width, int height) |
| |
|
MCAPI void | $changeControllerId (int oldId, int newId) |
| |
|
virtual void | clearInputDeviceQueueForFrame () |
| |
|
virtual void | getCursorPos (float &xCursor, float &yCursor) const |
| |
|
virtual void | setBindingMode (::InputBindingMode mode, int controllerId) |
| |
|
virtual::InputBindingMode | getBindingMode (int controllerId) |
| |
|
MCFOLD void | $clearInputDeviceQueueForFrame () |
| |
|
MCAPI void | $getCursorPos (float &xCursor, float &yCursor) const |
| |
|
MCAPI void | $setBindingMode (::InputBindingMode mode, int controllerId) |
| |
|
MCAPI::InputBindingMode | $getBindingMode (int controllerId) |
| |
|
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::TouchControlSet > > | mTouchControlSet |
| |
|
::ll::TypedStorage< 4, 4, int > | mYAxisInversionFactor |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::pair< int, int > > > | mTouchIdsWithFlags |
| |
|
::ll::TypedStorage< 4, 4, int > | mPrimaryGameControllerId |
| |
|
::ll::TypedStorage< 4, 4, ::InputMode > | mLastInputMode |
| |
|
::ll::TypedStorage< 4, 4, int > | mScreenWidth |
| |
|
::ll::TypedStorage< 4, 4, int > | mScreenHeight |
| |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map< int, ::InputBindingMode > > | mBindingMode |
| |