Skip to content

Commit

Permalink
improve input method
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli authored and jason-mao committed Oct 30, 2019
1 parent ea6b943 commit 68dae23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/base/input_method.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ struct _input_method_t {
*/
int32_t win_delta_y;

/**
* @property {int32_t} win_old_y
* @annotation ["private"]
* 窗口原来的位置。
*/
int32_t win_old_y;

/**
* @property {bool_t} action_button_enable
* @annotation ["readable"]
Expand Down

0 comments on commit 68dae23

Please sign in to comment.