implicit final class SDL_SurfaceOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SDL_SurfaceOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SDL_SurfaceOps(self: Ptr[SDL_Surface])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clip_rect: Ptr[SDL_Rect]
- def flags: UInt
- def format: Ptr[SDL_PixelFormat]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def h: CInt
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lock_data: Ptr[Byte]
- def locked: CInt
- def pitch: CInt
- def pixels: Ptr[Byte]
- def refcount: CInt
- val self: Ptr[SDL_Surface]
- def toString(): String
- Definition Classes
- Any
- def userdata: Ptr[Byte]
- def w: CInt