|
delegate void | SetLockedHandler (Result result) |
|
delegate void | OpenActivityInviteHandler (Result result) |
|
delegate void | OpenGuildInviteHandler (Result result) |
|
delegate void | OpenVoiceSettingsHandler (Result result) |
|
delegate void | SetImeCompositionRangeCallbackHandler (Int32 from, Int32 to, ref Rect bounds) |
|
delegate void | SetImeSelectionBoundsCallbackHandler (Rect anchor, Rect focus, bool isAnchorFirst) |
|
delegate void | ToggleHandler (bool locked) |
|
bool | IsEnabled () |
|
bool | IsLocked () |
|
void | SetLocked (bool locked, SetLockedHandler callback) |
|
void | OpenActivityInvite (ActivityActionType type, OpenActivityInviteHandler callback) |
|
void | OpenGuildInvite (string code, OpenGuildInviteHandler callback) |
|
void | OpenVoiceSettings (OpenVoiceSettingsHandler callback) |
|
void | InitDrawingDxgi (IntPtr swapchain, bool useMessageForwarding) |
|
void | OnPresent () |
|
void | ForwardMessage (IntPtr message) |
|
void | KeyEvent (bool down, string keyCode, KeyVariant variant) |
|
void | CharEvent (string character) |
|
void | MouseButtonEvent (byte down, Int32 clickCount, MouseButton which, Int32 x, Int32 y) |
|
void | MouseMotionEvent (Int32 x, Int32 y) |
|
void | ImeCommitText (string text) |
|
void | ImeSetComposition (string text, ImeUnderline underlines, Int32 from, Int32 to) |
|
void | ImeCancelComposition () |
|
void | SetImeCompositionRangeCallback (SetImeCompositionRangeCallbackHandler callback) |
|
void | SetImeSelectionBoundsCallback (SetImeSelectionBoundsCallbackHandler callback) |
|
bool | IsPointInsideClickZone (Int32 x, Int32 y) |
|