Searched refs:g_screenHeight (Results 1 – 3 of 3) sorted by relevance
46 int32_t g_screenHeight { 1280 }; variable250 g_screenHeight = display->GetHeight(); in MoveProcess()267 if ((targetX <= g_screenWidth && targetX >= 0) && (targetY <= g_screenHeight && targetY >= 0) && in MoveProcess()268 (currentX < g_screenWidth && currentX > 0) && (currentY < g_screenHeight && currentY > 0)) { in MoveProcess()
68 static uint16_t g_screenHeight = 454; variable254 g_screenHeight = height; in SetScreenSize()260 height = g_screenHeight; in GetScreenSize()
92 int32_t g_screenHeight { 1280 }; variable1023 g_screenHeight = display->GetHeight();1038 SimulateMovePointerEvent({ HOT_AREA_COOR, g_screenHeight - HOT_AREA_STEP },1039 { HOT_AREA_COOR, g_screenHeight - HOT_AREA_SPAN },