Home
last modified time | relevance | path

Searched refs:GetKeyPress (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D39_CrowdNavigation.lua376 elseif input:GetMouseButtonPress(MOUSEB_MIDDLE) or input:GetKeyPress(KEY_O) then
381 if input:GetKeyPress(KEY_F5) then
383 elseif input:GetKeyPress(KEY_F7) then
387 elseif input:GetKeyPress(KEY_SPACE) then
391 elseif input:GetKeyPress(KEY_F12) then
468 if input:GetKeyPress(KEY_TAB) then
H A D11_Physics.lua190 if input:GetKeyPress(KEY_F5) then
193 if input:GetKeyPress(KEY_F7) then
198 if input:GetKeyPress(KEY_SPACE) then
H A D09_MultipleViewports.lua203 if input:GetKeyPress(KEY_B) then
206 if input:GetKeyPress(KEY_F) then
211 if input:GetKeyPress(KEY_SPACE) then
H A D12_PhysicsStressTest.lua206 if input:GetKeyPress(KEY_F5) then
209 if input:GetKeyPress(KEY_F7) then
214 if input:GetKeyPress(KEY_SPACE) then
H A D18_CharacterDemo.lua254 if input:GetKeyPress(KEY_F) then
259 if input:GetKeyPress(KEY_G) then
264 if input:GetKeyPress(KEY_F5) then
267 if input:GetKeyPress(KEY_F7) then
H A D20_HugeObjectCount.lua186 if input:GetKeyPress(KEY_SPACE) then
191 if input:GetKeyPress(KEY_G) then
H A D13_Ragdolls.lua191 if input:GetKeyPress(KEY_F5) then
194 if input:GetKeyPress(KEY_F7) then
199 if input:GetKeyPress(KEY_SPACE) then
H A D15_Navigation.lua222 if input:GetMouseButtonPress(MOUSEB_MIDDLE) or input:GetKeyPress(KEY_O) then
226 if input:GetKeyPress(KEY_SPACE) then
375 if input:GetKeyPress(KEY_TAB) then
H A D45_InverseKinematics.lua171 if input:GetKeyPress(KEY_SPACE) then
176 if input:GetKeyPress(KEY_D) then
H A D19_VehicleDemo.lua188 if input:GetKeyPress(KEY_F5) then
191 if input:GetKeyPress(KEY_F7) then
H A D46_RaycastVehicleDemo.lua196 if input:GetKeyPress(KEY_F5) then
199 if input:GetKeyPress(KEY_F7) then
H A D37_UIDrag.lua169 if input:GetKeyPress(KEY_SPACE) then
H A D06_SkeletalAnimation.lua172 if input:GetKeyPress(KEY_SPACE) then
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/18_CharacterDemo/
H A DCharacterDemo.cpp317 if (input->GetKeyPress(KEY_F)) in HandleUpdate()
321 if (touch_ && input->GetKeyPress(KEY_G)) in HandleUpdate()
325 if (input->GetKeyPress(KEY_F5)) in HandleUpdate()
330 if (input->GetKeyPress(KEY_F7)) in HandleUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/11_Physics/
H A DPhysics.cpp256 if (input->GetKeyPress(KEY_F5)) in MoveCamera()
261 if (input->GetKeyPress(KEY_F7)) in MoveCamera()
268 if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/09_MultipleViewports/
H A DMultipleViewports.cpp261 if (input->GetKeyPress(KEY_B)) in MoveCamera()
263 if (input->GetKeyPress(KEY_F)) in MoveCamera()
267 if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/13_Ragdolls/
H A DRagdolls.cpp246 if (input->GetKeyPress(KEY_F5)) in MoveCamera()
251 if (input->GetKeyPress(KEY_F7)) in MoveCamera()
258 if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/39_CrowdNavigation/
H A DCrowdNavigation.cpp453 else if (input->GetMouseButtonPress(MOUSEB_MIDDLE) || input->GetKeyPress(KEY_O)) in MoveCamera()
457 if (input->GetKeyPress(KEY_F5)) in MoveCamera()
462 else if (input->GetKeyPress(KEY_F7)) in MoveCamera()
469 else if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
473 else if (input->GetKeyPress(KEY_F12)) in MoveCamera()
565 if (input->GetKeyPress(KEY_TAB)) in HandleUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/12_PhysicsStressTest/
H A DPhysicsStressTest.cpp261 if (input->GetKeyPress(KEY_F5)) in MoveCamera()
266 if (input->GetKeyPress(KEY_F7)) in MoveCamera()
273 if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/20_HugeObjectCount/
H A DHugeObjectCount.cpp255 if (input->GetKeyPress(KEY_SPACE)) in HandleUpdate()
259 if (input->GetKeyPress(KEY_G)) in HandleUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/45_InverseKinematics/
H A DInverseKinematics.cpp225 if (input->GetKeyPress(KEY_SPACE)) in UpdateCameraAndFloor()
231 if (input->GetKeyPress(KEY_D)) in UpdateCameraAndFloor()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/15_Navigation/
H A DNavigation.cpp267 if (input->GetMouseButtonPress(MOUSEB_MIDDLE) || input->GetKeyPress(KEY_O)) in MoveCamera()
271 if (input->GetKeyPress(KEY_SPACE)) in MoveCamera()
476 if (input->GetKeyPress(KEY_TAB)) in HandleUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/46_RaycastVehicle/
H A DRaycastVehicleDemo.cpp233 if (input->GetKeyPress(KEY_F5)) in HandleUpdate()
239 if (input->GetKeyPress(KEY_F7)) in HandleUpdate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/19_VehicleDemo/
H A DVehicleDemo.cpp250 if (input->GetKeyPress(KEY_F5)) in HandleUpdate()
256 if (input->GetKeyPress(KEY_F7)) in HandleUpdate()
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dui_basic.c97 static int GetKeyPress(void) in GetKeyPress() function
296 GetKeyPress(); in BasicUIMessage()
389 ascii = GetKeyPress(); in Select()
653 ascii = GetKeyPress(); in SelectSlider()
1215 ascii = GetKeyPress(); in EditString()
1489 switch (GetKeyPress()) { in UI_BASIC_OnScreenKeyboard()

12