mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
refactor: replace pair with vec2
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
* @param clickOn 点击位置坐标对 {x, y}
|
||||
* @details 将点击事件转发给当前场景的 handleClick() 方法进行处理
|
||||
*/
|
||||
void handleClickCurrent(std::pair<int, int> clickOn);
|
||||
void handleClickCurrent(glm::ivec2 clickOn);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user