implemented UIEvents delegate in WindowContext
This commit is contained in:
@@ -13,4 +13,5 @@ typedef UIEvents = {
|
||||
public var ?onMouseScroll:Callback<{dir:Int, pos:Pos}>;
|
||||
public var ?onMouseUp:Callback<{button:ButtonType, pos:Pos}>;
|
||||
public var ?onPaste:Callback<String>;
|
||||
public var ?onChar:Callback<String>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user