|
| virtual void | onShowKeyboard (::std::string_view const currentText, int maxLength, bool isMultiline) |
| |
| virtual void | onHideKeyboard () |
| |
| virtual void | onTextEditComponentGainedFocus (::std::string_view const currentText, int maxLength) |
| |
| virtual void | onTextEditComponentLostFocus () |
| |
| virtual void | onKeyUp (int keyCode) |
| |
| virtual void | updateEditContext (int keyCode) |
| |
| virtual void | onTextInput (::std::string const &utf8Text) |
| |
| virtual void | onCompositionText (::std::string const &utf8Text) |
| |
| virtual void | resetCompositionState () |
| |
| virtual void | onIMEReconversion (int position, int count) |
| |
| virtual void | setCaretPosition (int position) |
| |
| virtual void | onAppFocusLost () |
| |
| virtual void | onAppFocusGained () |
| |
| virtual void | setIMEEnabled (bool val) |
| |
|
MCAPI | HIDControllerWin32 (::HWND__ *hwnd) |
| |
|
MCAPI void | _disableTextEdit () |
| |
|
MCAPI void | _enableTextEdit () |
| |
|
MCAPI void * | $ctor (::HWND__ *hwnd) |
| |
|
MCAPI void | $onShowKeyboard (::std::string_view const currentText, int maxLength, bool isMultiline) |
| |
|
MCAPI void | $onHideKeyboard () |
| |
|
MCAPI void | $onTextEditComponentGainedFocus (::std::string_view const currentText, int maxLength) |
| |
|
MCFOLD void | $onTextEditComponentLostFocus () |
| |
|
MCAPI void | $onKeyUp (int keyCode) |
| |
|
MCAPI void | $updateEditContext (int keyCode) |
| |
|
MCAPI void | $onTextInput (::std::string const &utf8Text) |
| |
|
MCAPI void | $onCompositionText (::std::string const &utf8Text) |
| |
|
MCAPI void | $resetCompositionState () |
| |
|
MCAPI void | $onIMEReconversion (int position, int count) |
| |
|
MCAPI void | $setCaretPosition (int position) |
| |
|
MCAPI void | $onAppFocusLost () |
| |
|
MCAPI void | $onAppFocusGained () |
| |
|
MCFOLD void | $setIMEEnabled (bool val) |
| |
| virtual void | onKeyDown (int keyCode) |
| |
|
virtual void | onTextInput (::std::wstring const &wideText) |
| |
|
virtual void | onCompositionText (::std::wstring const &wideText) |
| |
|
virtual int | getCaretPosition () const |
| |
|
MCAPI void | _clipboardPasteHandler (::ApplicationSignal::ClipboardPaste const &signal) |
| |
|
MCAPI void * | $ctor (::IKeyboardProxy *keyboardProxy) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI void | $onKeyDown (int keyCode) |
| |
|
MCAPI void | $onTextInput (::std::wstring const &wideText) |
| |
|
MCAPI void | $onCompositionText (::std::wstring const &wideText) |
| |
|
MCFOLD int | $getCaretPosition () const |
| |
|
|
::ll::TypedStorage< 8, 8, ::HWND__ * > | mHWnd |
| |
|
::ll::TypedStorage< 4, 8, ::tagPOINT > | mCaretScreenPos |
| |
|
::ll::TypedStorage< 1, 1, bool > | mCallbacksRegistered |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mTextRequestedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mTextUpdatedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mLayoutRequestToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mCompositionStartedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mCompositionCompletedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mSelectionRequestedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::event_token > | mSelectionUpdatedToken |
| |
|
::ll::TypedStorage< 8, 8, ::winrt::Windows::UI::Text::Core::CoreTextEditContext > | mCoreTextEditContext |
| |
|
::ll::TypedStorage< 1, 1, bool > | mTextboxIsFocused |
| |
|
::ll::TypedStorage< 1, 1, bool > | mTextboxIsSelected |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsMultiline |
| |
|
::ll::TypedStorage< 8, 80, ::TextEditContext > | mEditContext |
| |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Bedrock::SignalReceiver > > | mSignalRcvr |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsComposing |
| |
|
::ll::TypedStorage< 4, 4, int > | mCompositionStart |
| |
|
::ll::TypedStorage< 4, 4, int > | mCompositionEnd |
| |
|
::ll::TypedStorage< 8, 64, ::std::function< void(::std::string const &, int, ::TextboxTextUpdateReason)> > | mUpdateTextFunction |
| |