Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4489
ellipse.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
420 B
Referenced Files
None
Subscribers
None
ellipse.py
View Options
from
k.ui
import
*
from
.
import
Draws
from
..obj
import
Null
class
Tool
(
Draws
):
def
__init__
(
self
,
ack
):
super
()
.
__init__
(
ack
)
def
pick
(
self
,
prev
):
pygame
.
mouse
.
set_cursor
(
pygame
.
SYSTEM_CURSOR_CROSSHAIR
)
def
start
(
self
,
pos
):
self
.
ack
.
add_obj
(
Null
())
def
use
(
self
,
pos
,
middle
=
False
):
return
self
.
draw_select
(
pos
,
middle
)
.
ellipse
(
self
.
size
)
File Metadata
Details
Attached
Mime Type
text/x-script.python
Expires
Tue, Sep 15, 10:42 PM (5 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3682
Default Alt Text
ellipse.py (420 B)
Attached To
Mode
rK Media System
Attached
Detach File
Event Timeline
Log In to Comment