oWnd:bKeyDown
Posted: Mon Nov 05, 2007 6:43 pm
I would like to find out if the control key is press.
I tried like that but it doesn't work:
Thanks in advance,
Otto
oWnd:bLClicked := { |y,x,flags | test() }
func test
if oWnd:bKeyDown() = VK_CONTROL
else
endif
I tried like that but it doesn't work:
Thanks in advance,
Otto
oWnd:bLClicked := { |y,x,flags | test() }
func test
if oWnd:bKeyDown() = VK_CONTROL
else
endif