This commit is contained in:
Adam D. Ruppe 2018-03-07 22:51:40 -05:00
parent 871b27712d
commit d44de6f22b
1 changed files with 1 additions and 1 deletions

View File

@ -6149,7 +6149,7 @@ void flushGui() {
}
}
// Internal
/// Used internal to dispatch events to various classes.
interface CapableOfHandlingNativeEvent {
NativeEventHandler getNativeEventHandler();