10 lines
236 B
C#
10 lines
236 B
C#
namespace rail
|
|
{
|
|
public interface IRailIMEHelper
|
|
{
|
|
RailResult EnableIMEHelperTextInputWindow(bool enable, RailTextInputImeWindowOption option);
|
|
|
|
RailResult UpdateIMEHelperTextInputWindowPosition(RailWindowPosition position);
|
|
}
|
|
}
|