FrameTimings

class FrameTimings(pointer: CPointer<GdkFrameTimings>) : UnrefMe

kotlinx-gtk 17 / 04 / 2021

See also

Constructors

FrameTimings
Link copied to clipboard
fun FrameTimings(pointer: CPointer<GdkFrameTimings>)

Types

Companion
Link copied to clipboard
object Companion

Functions

ref
Link copied to clipboard
fun ref()
unref
Link copied to clipboard
open override fun unref()

Properties

frameCounter
Link copied to clipboard
val frameCounter: Long
frameTime
Link copied to clipboard
val frameTime: Long
isComplete
Link copied to clipboard
val isComplete: Boolean
pointer
Link copied to clipboard
val pointer: CPointer<GdkFrameTimings>
predictedPresentationTime
Link copied to clipboard
val predictedPresentationTime: Long
presentationTime
Link copied to clipboard
val presentationTime: Long
refreshInterval
Link copied to clipboard
val refreshInterval: Long