Unsupported Mir Functions in SDL/glfw
Functions that are needed to be supported for full SDL/GLFW support.
SetWindowTitle - done // Would be nice to be dynamic, as its set after the creation of a window
SetWindowSize - done
SetWindowMinimu
SetWindowMaximu
ShowWindow - done
HideWindow - done
RaiseWindow - not done, will do
WindowVisible - done
SetWindowGammaRamp - not done, will do (means set gamma ramp for display)
GetWindowGammaRamp - not done, will do
CreateCursor - done // ie. Creating a custom cursor with its own defined hot_x and hot_y
ShowCursor - done
WarpMouse - a part of viewport mode
SetRelativeMous
SuspendScreenSaver - not done, will do
StartTextInput - don't need in next 6 mo // Mainly used for Input Methods (not sure if really needed)
StopTextInput - don't need in next 6 mo
SetTextInputRect - don't need in next 6 mo
HasScreenKeyboa
ShowScreenKeyboard - don't need in next 6 mo
HideScreenKeyboard - don't need in next 6 mo
IsScreenKeyboar
SetClipboardText - don't need, this is content hub
GetClipboardText - don't need, this is content hub
HasClipboardText - don't need, this is content hub
ShowMessageBox - sure
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Brandon Schaefer
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Bug #1276322: [enhancement] Mir lacks relative mouse support | Fix Released |
Bug #1380463: [enhancement] Set custom cursors | Fix Released |