Changeset 1815
- Timestamp:
- Aug 24, 2012, 8:30:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/input/input.cpp
r1803 r1815 108 108 { 109 109 if (Button < m_input_status.Count()) 110 return m_input_status[ Button +Key::Last];110 return m_input_status[(int)Button + (int)Key::Last]; 111 111 return 0; 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.