| 218 | | I_Method1(void, setDraggerActive, IN, bool, active, |
| 219 | | Properties::NON_VIRTUAL, |
| 220 | | __void__setDraggerActive__bool, |
| 221 | | "", |
| 222 | | ""); |
| 223 | | I_Method0(bool, getDraggerActive, |
| 224 | | Properties::NON_VIRTUAL, |
| 225 | | __bool__getDraggerActive, |
| | 218 | I_Method1(void, setActivationModKeyMask, IN, unsigned int, mask, |
| | 219 | Properties::NON_VIRTUAL, |
| | 220 | __void__setActivationModKeyMask__unsigned_int, |
| | 221 | "", |
| | 222 | ""); |
| | 223 | I_Method0(unsigned int, getActivationModKeyMask, |
| | 224 | Properties::NON_VIRTUAL, |
| | 225 | __unsigned_int__getActivationModKeyMask, |
| | 226 | "", |
| | 227 | ""); |
| | 228 | I_Method1(void, setActivationKeyEvent, IN, int, key, |
| | 229 | Properties::NON_VIRTUAL, |
| | 230 | __void__setActivationKeyEvent__int, |
| | 231 | "", |
| | 232 | ""); |
| | 233 | I_Method0(int, getActivationKeyEvent, |
| | 234 | Properties::NON_VIRTUAL, |
| | 235 | __int__getActivationKeyEvent, |
| | 327 | I_ProtectedMethod1(void, setDraggerActive, IN, bool, active, |
| | 328 | Properties::NON_VIRTUAL, |
| | 329 | Properties::NON_CONST, |
| | 330 | __void__setDraggerActive__bool, |
| | 331 | "", |
| | 332 | ""); |
| | 333 | I_ProtectedMethod0(bool, getDraggerActive, |
| | 334 | Properties::NON_VIRTUAL, |
| | 335 | Properties::CONST, |
| | 336 | __bool__getDraggerActive, |
| | 337 | "", |
| | 338 | ""); |
| | 339 | I_SimpleProperty(int, ActivationKeyEvent, |
| | 340 | __int__getActivationKeyEvent, |
| | 341 | __void__setActivationKeyEvent__int); |
| | 342 | I_SimpleProperty(unsigned int, ActivationModKeyMask, |
| | 343 | __unsigned_int__getActivationModKeyMask, |
| | 344 | __void__setActivationModKeyMask__unsigned_int); |