window.h
changeset 982 d3ce4d6a65f8
parent 869 0f8d9efae2e8
child 983 4765bf636f6b
equal deleted inserted replaced
981:f74abee65b7b 982:d3ce4d6a65f8
   469 };
   469 };
   470 
   470 
   471 
   471 
   472 void DispatchLeftClickEvent(Window *w, int x, int y);
   472 void DispatchLeftClickEvent(Window *w, int x, int y);
   473 void DispatchRightClickEvent(Window *w, int x, int y);
   473 void DispatchRightClickEvent(Window *w, int x, int y);
   474 void DispatchMouseWheelEvent(Window *w, int wheel);
   474 void DispatchMouseWheelEvent(Window *w, uint widget, int wheel);
   475 
   475 
   476 /* window.c */
   476 /* window.c */
   477 void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom);
   477 void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom);
   478 void CallWindowEventNP(Window *w, int event);
   478 void CallWindowEventNP(Window *w, int event);
   479 void CallWindowTickEvent();
   479 void CallWindowTickEvent();