Function TCOD_sys_wait_for_event

Function Documentation

Warning

doxygenfunction: Unable to resolve function “TCOD_sys_wait_for_event” with arguments “(int, TCOD_key_t*, TCOD_mouse_t*, bool)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 34] TCODLIB_BEGIN_IGNORE_DEPRECATIONS TCOD_event_t TCOD_sys_wait_for_event (int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse, bool flush) ———————————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 47] TCODLIB_BEGIN_IGNORE_DEPRECATIONS TCOD_event_t TCOD_sys_wait_for_event (int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse, bool flush) ———————————————–^ If declarator-id: Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 47] TCODLIB_BEGIN_IGNORE_DEPRECATIONS TCOD_event_t TCOD_sys_wait_for_event (int eventMask, TCOD_key_t *key, TCOD_mouse_t *mouse, bool flush) ———————————————–^