fix: import correct field for click masks
This commit is contained in:
@@ -43,11 +43,11 @@ public interface RSWidget extends Widget
|
||||
@Import("parentId")
|
||||
int getRSParentId();
|
||||
|
||||
@Import("config")
|
||||
int getConfig();
|
||||
@Import("clickMask")
|
||||
int setClickMask();
|
||||
|
||||
@Import("config")
|
||||
void setConfig(int config);
|
||||
@Import("clickMask")
|
||||
void setClickMask(int mask);
|
||||
|
||||
@Import("boundsIndex")
|
||||
int getBoundsIndex();
|
||||
|
||||
Reference in New Issue
Block a user