Home
last modified time | relevance | path

Searched refs:cursorY (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/games/libretro-freeintv/FreeIntv-5fc8d85/src/
H A Dcontroller.c197 int cursorY = cursor[player*2+1]; in getKeypadState() local
201 if(joypre[0]==0 && joypad[0]!=0) { cursorY--; if(cursorY<0) { cursorY = 3; } } // up in getKeypadState()
202 if(joypre[1]==0 && joypad[1]!=0) { cursorY++; if(cursorY>3) { cursorY = 0; } } // down in getKeypadState()
207 cursor[player*2+1] = cursorY; in getKeypadState()
212 state = keypadStates[(cursorY*3)+cursorX]; in getKeypadState()
220 int cursorY = cursor[player*2+1]; in getQuickKeypadState() local
221 return keypadStates[(cursorY*3)+cursorX]; in getQuickKeypadState()
228 int cursorY = cursor[player*2+1]; in drawMiniKeypad() local
245 offset = offset + (8*cursorX) + ((9*352)*cursorY); in drawMiniKeypad()
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go73 cursorX, cursorY int member
250 if y < t.cursorY {
251 up = t.cursorY - y
255 if y > t.cursorY {
256 down = y - t.cursorY
270 t.cursorY = y
527 t.cursorY = 0
659 for t.cursorY > 0 {
661 t.cursorY--
808 t.cursorY++
[all …]
/dports/devel/hub/hub-2.14.2/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
249 if y < t.cursorY {
250 up = t.cursorY - y
254 if y > t.cursorY {
255 down = y - t.cursorY
269 t.cursorY = y
516 t.cursorY = 0
648 for t.cursorY > 0 {
650 t.cursorY--
797 t.cursorY++
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
245 if y < t.cursorY {
246 up = t.cursorY - y
250 if y > t.cursorY {
251 down = y - t.cursorY
265 t.cursorY = y
512 t.cursorY = 0
644 for t.cursorY > 0 {
646 t.cursorY--
793 t.cursorY++
[all …]
/dports/net/nncp/nncp-8.0.2/src/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/golang.org/x/crypto/crypto-75b288015ac9/ssh/terminal/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
245 if y < t.cursorY {
246 up = t.cursorY - y
250 if y > t.cursorY {
251 down = y - t.cursorY
265 t.cursorY = y
512 t.cursorY = 0
644 for t.cursorY > 0 {
646 t.cursorY--
793 t.cursorY++
[all …]
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go73 cursorX, cursorY int member
250 if y < t.cursorY {
251 up = t.cursorY - y
255 if y > t.cursorY {
256 down = y - t.cursorY
270 t.cursorY = y
527 t.cursorY = 0
659 for t.cursorY > 0 {
661 t.cursorY--
808 t.cursorY++
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go73 cursorX, cursorY int member
250 if y < t.cursorY {
251 up = t.cursorY - y
255 if y > t.cursorY {
256 down = y - t.cursorY
270 t.cursorY = y
527 t.cursorY = 0
659 for t.cursorY > 0 {
661 t.cursorY--
808 t.cursorY++
[all …]
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
245 if y < t.cursorY {
246 up = t.cursorY - y
250 if y > t.cursorY {
251 down = y - t.cursorY
265 t.cursorY = y
512 t.cursorY = 0
644 for t.cursorY > 0 {
646 t.cursorY--
793 t.cursorY++
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
245 if y < t.cursorY {
246 up = t.cursorY - y
250 if y > t.cursorY {
251 down = y - t.cursorY
265 t.cursorY = y
512 t.cursorY = 0
644 for t.cursorY > 0 {
646 t.cursorY--
793 t.cursorY++
[all …]
/dports/textproc/uni/uni-2.4.0/vendor/golang.org/x/term/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
245 if y < t.cursorY {
246 up = t.cursorY - y
250 if y > t.cursorY {
251 down = y - t.cursorY
265 t.cursorY = y
512 t.cursorY = 0
644 for t.cursorY > 0 {
646 t.cursorY--
793 t.cursorY++
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
243 if y < t.cursorY {
244 up = t.cursorY - y
248 if y > t.cursorY {
249 down = y - t.cursorY
263 t.cursorY = y
513 t.cursorY = 0
616 for t.cursorY > 0 {
618 t.cursorY--
770 t.cursorY++
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go72 cursorX, cursorY int member
242 if y < t.cursorY {
243 up = t.cursorY - y
247 if y > t.cursorY {
248 down = y - t.cursorY
262 t.cursorY = y
509 t.cursorY = 0
612 for t.cursorY > 0 {
614 t.cursorY--
763 t.cursorY++
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go74 cursorX, cursorY int member
256 if y < t.cursorY {
257 up = t.cursorY - y
261 if y > t.cursorY {
262 down = y - t.cursorY
276 t.cursorY = y
533 t.cursorY = 0
665 for t.cursorY > 0 {
667 t.cursorY--
817 t.cursorY++
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/crypto/ssh/terminal/
H A Dterminal.go73 cursorX, cursorY int member
250 if y < t.cursorY {
251 up = t.cursorY - y
255 if y > t.cursorY {
256 down = y - t.cursorY
270 t.cursorY = y
527 t.cursorY = 0
659 for t.cursorY > 0 {
661 t.cursorY--
808 t.cursorY++
[all …]

12345678910>>...18