Module: Carbuncle::Mouse
- Defined in:
 - gems/carbuncle-input/mrblib/mouse.rb
 
Instance Attribute Summary collapse
- 
  
    
      #position  ⇒ Carbuncle::Point 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The position for the mouse.
 - 
  
    
      #wheel  ⇒ Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The movement for the mouse wheel.
 - 
  
    
      #wheel_move  ⇒ Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The movement for the mouse wheel.
 - 
  
    
      #x  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The x coordinate for the mouse.
 - 
  
    
      #y  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The y coordinate for the mouse.
 
Instance Attribute Details
#position ⇒ Carbuncle::Point
The position for the mouse.
| 
       | 
    
      # File 'gems/carbuncle-input/mrblib/mouse.rb', line 12
     | 
  
#wheel ⇒ Integer (readonly)
The movement for the mouse wheel.
| 
       | 
    
      # File 'gems/carbuncle-input/mrblib/mouse.rb', line 12
     | 
  
#wheel_move ⇒ Integer (readonly)
The movement for the mouse wheel.
| 
       | 
    
      # File 'gems/carbuncle-input/mrblib/mouse.rb', line 12
     |