mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 01:18:11 +00:00
Remove Win32 callback types from UI keyboard scenes
This commit is contained in:
@@ -116,7 +116,7 @@ void UIScene_DebugSetCamera::handleCheckboxToggled(F64 controlId, bool selected)
|
||||
}
|
||||
}
|
||||
|
||||
int UIScene_DebugSetCamera::KeyboardCompleteCallback(LPVOID lpParam,bool bRes)
|
||||
int UIScene_DebugSetCamera::KeyboardCompleteCallback(void *lpParam,bool bRes)
|
||||
{
|
||||
UIScene_DebugSetCamera *pClass=(UIScene_DebugSetCamera *)lpParam;
|
||||
uint16_t pchText[2048];//[128];
|
||||
|
||||
Reference in New Issue
Block a user