-
-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
area-InputenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Summary of feature
Currently, there is no clean way to get/set the clipboard text from the input API - you end up having to use GLFW and SDL directly which isn't ideal or user friendly.
This issue is to add a gettable and settable property onto IKeyboard (probably called ClipboardText).
Comments
The work is:
- Add a
get/setproperty ontoIKeyboard(probably calledClipboardText) - Implement this in
GlfwKeyboardusing the appropriate GLFW functions exposed in theGlfwclass - Implement this in
SdlKeyboardusing the appropriate SDL functions exposed in theSdlclass.
If your IDE is running slow, you can make a stripped down solution containing only input projects using nuke sln --projects input
Please see CONTRIBUTING.md for more info on contributing.
Area owner is @ThomasMiz
Does this have a proposal?
This is exempt from a proposal as described in the proposals readme.
Metadata
Metadata
Assignees
Labels
area-InputenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Done