7 lines
86 B
Kotlin
7 lines
86 B
Kotlin
class MouseMovedEventArgs
|
|
{
|
|
public val X : int = 0
|
|
in<caret>
|
|
}
|
|
|
|
// EXIST: internal |