sdlterm/src/sdlterm.h
changeset 71 cfd3445107b4
parent 67 71f60bf6ebb7
child 72 6e0656600754
equal deleted inserted replaced
70:db2eab0beb45 71:cfd3445107b4
   189             int mod;
   189             int mod;
   190         } key;
   190         } key;
   191         struct
   191         struct
   192         {
   192         {
   193             int x, y;
   193             int x, y;
       
   194             int relx, rely;
   194             int button;
   195             int button;
   195         } mouse;
   196         } mouse;
   196     };
   197     };
   197 };
   198 };
   198 
   199