aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/gui/InputMethod.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/gui/InputMethod.hpp')
-rw-r--r--include/cru/platform/gui/InputMethod.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/platform/gui/InputMethod.hpp b/include/cru/platform/gui/InputMethod.hpp
index 53a8d671..9d090eab 100644
--- a/include/cru/platform/gui/InputMethod.hpp
+++ b/include/cru/platform/gui/InputMethod.hpp
@@ -37,7 +37,8 @@ struct IInputMethodContext : virtual INativeResource {
virtual CompositionText GetCompositionText() = 0;
- // Set the candidate window lefttop. Use this method to prepare typing.
+ // Set the candidate window lefttop. Relative to window lefttop. Use this
+ // method to prepare typing.
virtual void SetCandidateWindowPosition(const Point& point) = 0;
// Triggered when user starts composition.