| Class | Fox::FXGLObject |
| In: |
rdoc-sources/FXGLObject.rb
|
| Parent: | FXObject |
Drag this object from one position to another. Returns true if the drag was successful.
| viewer: | the viewer window in which we‘re dragging [FXGLViewer] |
| fx: | x-coordinate for position we‘re dragging from [Integer] |
| fy: | y-coordinate for position we‘re dragging from [Integer] |
| tx: | x-coordinate for position we‘re dragging to [Integer] |
| ty: | y-coordinate for position we‘re dragging to [Integer] |
Draw this object in a viewer.
| viewer: | the viewer window into which we‘re drawing [FXGLViewer] |
Draw this object for hit-testing purposes.
| viewer: | the viewer window into which we‘re drawing [FXGLViewer] |
Identify sub-object given path, where path is a list of integer names pushed onto the stack during hit testing.
| path: | an array of integers [Array] |