| 310 | }; |
| 311 | |
| 312 | enum CentralScene_KeyAttributesMask |
| 313 | { |
| 314 | CentralSceneMask_KeyPressed1time = 0x01, |
| 315 | CentralSceneMask_KeyReleased = 0x02, |
| 316 | CentralSceneMask_HeldDown = 0x04, |
| 317 | CentralSceneMask_KeyPressed2times = 0x08, |
| 318 | CentralSceneMask_KeyPressed3times = 0x10, |
| 319 | CentralSceneMask_KeyPressed4times = 0x20, |
| 320 | CentralSceneMask_KeyPressed5times = 0x40, |
| 321 | CentralSceneMask_reserved = 0x80, |
| 322 | }; |
| 323 | |
| 324 | enum CentralScene_KeyAttributes |
| 325 | { |
nothing calls this directly
no outgoing calls
no test coverage detected