Faction Test 100.4.0.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace ImeSharp
|
||||
{
|
||||
public struct IMETextInputEventArgs
|
||||
{
|
||||
public IMETextInputEventArgs(char character)
|
||||
{
|
||||
Character = character;
|
||||
}
|
||||
|
||||
public readonly char Character;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user