Files
2026-02-21 16:45:37 +08:00

10 lines
236 B
C#

namespace rail
{
public interface IRailIMEHelper
{
RailResult EnableIMEHelperTextInputWindow(bool enable, RailTextInputImeWindowOption option);
RailResult UpdateIMEHelperTextInputWindowPosition(RailWindowPosition position);
}
}