SimpleWindow.handleNativeGlobalEvent

This is the same as handleNativeEvent, but static so it can hook ALL events in the loop. If you used to use handleNativeEvent depending on it being static, just change it to use this instead and it will work the same way.

class SimpleWindow
__gshared
NativeEventHandler handleNativeGlobalEvent;

Meta