We are hiding the use of these native Windows types inside this header file.
This way we don't really expose too much Windows' grossness to users of our classes.
These four are the arguments passed to a WNDPROC.
Public Member Functions |
|
__init__ (HWND win_, UINT message_, WPARAM wParam_, LPARAM lParam_) | |
__init__ (NativeEvent event) | |
Public Attributes |
|
HWND | win |
UINT | message |
WPARAM | wParam |
LPARAM | lParam |
awInput.NativeEvent.__init__ | ( | HWND | win_, |
UINT | message_, | ||
WPARAM | wParam_, | ||
LPARAM | lParam_ | ||
) |
awInput.NativeEvent.__init__ | ( | NativeEvent | event | ) |
WPARAM awInput.NativeEvent.wParam |
LPARAM awInput.NativeEvent.lParam |