Property | Type | Description |
---|
Method | Description | |
---|---|---|
Close ( ) : void | ||
Init ( IVwRootBox rootb ) : void |
Inititialize the input manager
|
|
KillFocus ( ) : void |
Deactivate the input method
|
|
OnLayoutChange ( ) : void |
Called when the layout of the view changes.
|
|
OnMouseEvent ( int xd, int yd, Rect rcSrc, Rect rcDst, VwMouseEvent me ) : bool |
Called when a mouse event happened.
|
|
OnSelectionChange ( int nHow ) : void |
Called when the selection changes.
|
|
OnTextChange ( ) : void |
Called when the text changes.
|
|
OnUpdateProp ( ) : bool |
Called before a property gets updated.
|
|
SetFocus ( ) : void |
Activate the input method
|
|
TerminateAllCompositions ( ) : void |
End all active compositions. Not applicable on Mono.
|
public OnMouseEvent ( int xd, int yd, Rect rcSrc, Rect rcDst, VwMouseEvent me ) : bool | ||
xd | int | |
yd | int | |
rcSrc | Rect | |
rcDst | Rect | |
me | VwMouseEvent | |
return | bool |