|
def | __init__ (self, canvas, x, y, r, key) |
|
def | calc_pol (self, x, y) |
|
def | drag_end (self, event) |
|
def | drag_start (self, event) |
|
def | dragging (self, event) |
|
def | get_pos (self) |
|
def | make_binds (self) |
|
def | set_on_drag_end (self, func) |
|
def | set_on_drag_start (self, func) |
|
def | set_on_dragging (self, func) |
|
Definition at line 177 of file tkjoystick.py.
◆ __init__()
def TkJoyStick.tkjoystick.Stick.__init__ |
( |
|
self, |
|
|
|
canvas, |
|
|
|
x, |
|
|
|
y, |
|
|
|
r, |
|
|
|
key |
|
) |
| |
◆ calc_pol()
def TkJoyStick.tkjoystick.Stick.calc_pol |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ drag_end()
def TkJoyStick.tkjoystick.Stick.drag_end |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ drag_start()
def TkJoyStick.tkjoystick.Stick.drag_start |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ dragging()
def TkJoyStick.tkjoystick.Stick.dragging |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ get_pos()
def TkJoyStick.tkjoystick.Stick.get_pos |
( |
|
self | ) |
|
◆ make_binds()
def TkJoyStick.tkjoystick.Stick.make_binds |
( |
|
self | ) |
|
◆ set_on_drag_end()
def TkJoyStick.tkjoystick.Stick.set_on_drag_end |
( |
|
self, |
|
|
|
func |
|
) |
| |
◆ set_on_drag_start()
def TkJoyStick.tkjoystick.Stick.set_on_drag_start |
( |
|
self, |
|
|
|
func |
|
) |
| |
◆ set_on_dragging()
def TkJoyStick.tkjoystick.Stick.set_on_dragging |
( |
|
self, |
|
|
|
func |
|
) |
| |
◆ canvas
TkJoyStick.tkjoystick.Stick.canvas |
◆ coffx
TkJoyStick.tkjoystick.Stick.coffx |
◆ coffy
TkJoyStick.tkjoystick.Stick.coffy |
◆ id
TkJoyStick.tkjoystick.Stick.id |
◆ key
TkJoyStick.tkjoystick.Stick.key |
◆ line
TkJoyStick.tkjoystick.Stick.line |
◆ offsetx
TkJoyStick.tkjoystick.Stick.offsetx |
◆ offsety
TkJoyStick.tkjoystick.Stick.offsety |
◆ on_drag_end
TkJoyStick.tkjoystick.Stick.on_drag_end |
◆ on_drag_start
TkJoyStick.tkjoystick.Stick.on_drag_start |
◆ on_dragging
TkJoyStick.tkjoystick.Stick.on_dragging |
◆ pol_text
TkJoyStick.tkjoystick.Stick.pol_text |
◆ pos_x
TkJoyStick.tkjoystick.Stick.pos_x |
◆ pos_y
TkJoyStick.tkjoystick.Stick.pos_y |
TkJoyStick.tkjoystick.Stick.r |
◆ th
TkJoyStick.tkjoystick.Stick.th |
TkJoyStick.tkjoystick.Stick.x |
◆ xy_text
TkJoyStick.tkjoystick.Stick.xy_text |
TkJoyStick.tkjoystick.Stick.y |
The documentation for this class was generated from the following file: