Open Dev Kit Documentation :: Game :: Game Cursor
Game.GameCursorCursor used within the game environment for interaction
Functions
- Action ( Keybind Keybind*, Pressed Boolean )
- Commit a press/release cursor action in response to a mouse keybind to execute an object's mouse pressed/released events
Properties
- Position 3D Vector
- position of the cursor (X and Y axis) and mouse wheel (Z axis) relative to the game canvas
- Delta 3D Vector
- most recent changes of the cursor on the X and Y axis and mouse wheel
- Hovering Object Object'
- currently hovering object
- Valid Boolean
- cursor is within canvas and window is foreground
If you think anything is missing, please feel free to: submit documentation feedback on this page
