| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | ||
| 3 | #include "../Daodan.h" | |
| 4 | #include "../Daodan_Config.h" | |
| 5 | + | #include "Input.h" |
| 6 | #include "Win32.h" | |
| 7 | ||
| 8 | #include "../Oni/Oni.h" | |
| # | Line 104 | Line 105 | static LRESULT CALLBACK DD_ONrPlatform_W | |
| 105 | SetCursor(NULL); | |
| 106 | return TRUE; | |
| 107 | } | |
| 108 | < | |
| 108 | > | |
| 109 | break; | |
| 110 | } | |
| 111 | < | |
| 111 | > | |
| 112 | > | LRESULT res; |
| 113 | > | if (DDrInput_WindowProc(hWnd, uMsg, wParam, lParam, &res)) |
| 114 | > | return res; |
| 115 | > | |
| 116 | return ONrPlatform_WindowProc(hWnd, uMsg, wParam, lParam); | |
| 117 | } | |
| 118 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |