鼠标点击按钮后不失去焦点
This commit is contained in:
@@ -121,6 +121,7 @@ function love.mousereleased(x,y,k,touch,num)
|
|||||||
if touch or SCN.swapping then return end
|
if touch or SCN.swapping then return end
|
||||||
mx,my=xOy:inverseTransformPoint(x,y)
|
mx,my=xOy:inverseTransformPoint(x,y)
|
||||||
WIDGET.release(mx,my)
|
WIDGET.release(mx,my)
|
||||||
|
WIDGET.moveCursor(mx,my)
|
||||||
if mouseUp[SCN.cur]then
|
if mouseUp[SCN.cur]then
|
||||||
mouseUp[SCN.cur](mx,my,k)
|
mouseUp[SCN.cur](mx,my,k)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user