VM
Size: a a a
VM
VM
VM
VM
VM
VM
VM
S
CA
CA
S
ИФ
windowType.set_function("isKeyPressed", sol::overload(static_cast<bool(Window::*)(char)>(&Window::isKeyPressed), static_cast<bool(Window::*)(const char*)>(&Window::isKeyPressed)));
if window:isKeyPressed('a') then
...
end
if window:isKeyPressed("esc") then
...
end
АК
'a'
и "a"
- строки, просто по-разному записанныеИФ
LU
G
AZ
G
G
AZ