- Timestamp:
- Apr 18, 2019, 4:05:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapiexample.h
r12306 r12311 18 18 void changesizeonclick(MouseButtonCode::ByEnum mouse); 19 19 void changesizeonscroll(int abs,int rel,const IntVector2& mousePos); 20 void clickleft(MouseButtonCode::ByEnum mouse); 21 void clickright(MouseButtonCode::ByEnum mouse); 20 22 inline void setId(int id) 21 23 { this->id = id; } … … 26 28 ClickableObjectID cubeid; 27 29 ScrollableElementID sphereid; 28 static std::list<MouseAPIExample> blocks;30 ClickableObjectID leftid,rightid; 29 31 }; 30 32 }
Note: See TracChangeset
for help on using the changeset viewer.